Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847935
custom
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 19, 9:12 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Mon, Apr 21, 9:12 PM (18 h, 36 m)
Engine
blob
Format
Raw Data
Handle
602713
Attached To
rMCUS Modules.Custom
custom
View Options
Index: branches/RC/custom/units/site_configs/phrases_phrases.php
===================================================================
--- branches/RC/custom/units/site_configs/phrases_phrases.php (revision 11976)
+++ branches/RC/custom/units/site_configs/phrases_phrases.php (revision 11977)
@@ -1,34 +1,34 @@
<?php
// remove section
- $debug_only_sections = Array (
+ $remove_sections = Array (
// 'in-portal:phrases',
);
// section in debug mode
$debug_only_sections = Array (
'in-portal:phrases',
);
// toolbar buttons
$remove_buttons = Array (
// edit phrase via regional
// 'phrase_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
// single phrase list
// 'phrases_list_st' => ('new_item', 'edit', 'delete', 'view', 'dbl-click'),
// edit phrase
// 'phrase_edit_single' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// hide columns in grids
$hide_columns = Array (
// default grid
// 'Default' => Array ('Phrase', 'Translation', 'PrimaryTranslation', 'PhraseType', 'LastChanged', 'Module'),
// single list of phrases
// 'Phrases' => Array ('PhraseId', 'Phrase', 'Translation', 'PackName', 'PhraseType', 'LastChanged', 'Module'),
);
Event Timeline
Log In to Comment