Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F925857
phrases_phrases.php
No One
Temporary
Actions
Download 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
Wed, May 21, 12:10 AM
Size
914 B
Mime Type
text/x-php
Expires
Fri, May 23, 12:10 AM (16 h, 19 m)
Engine
blob
Format
Raw Data
Handle
635136
Attached To
rINP In-Portal
phrases_phrases.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
// remove section
$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