Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1246392
themes_theme.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
Fri, Nov 21, 10:52 AM
Size
1 KB
Mime Type
text/x-php
Expires
Sun, Nov 23, 10:52 AM (1 d, 13 h)
Engine
blob
Format
Raw Data
Handle
807744
Attached To
rINP In-Portal
themes_theme.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
// section removal
$remove_sections
=
Array
(
// 'in-portal:configure_themes',
);
// sections shown with debug on
$debug_only_sections
=
Array
(
'in-portal:configure_themes'
,
);
// toolbar buttons
$remove_buttons
=
Array
(
// list of themes;
// 'themes_list' => Array ('new_item', 'edit', 'delete', 'setprimary', 'refresh', 'view', 'dbl-click'),
// "General" tab during adding/editing
// 'themes_edit_general' => Array ('select', 'cancel', 'prev', 'next'),
// "Files" tab during adding/editing
// 'themes_edit_files' => Array ('select', 'cancel', 'prev', 'next', 'delete', 'view', 'dbl-click'),
// "Edit File"
// 'theme_file_edit' => Array ('select', 'cancel', 'reset_edit'),
);
// fields to hide
$hidden_fields
=
Array
(
/*'ThemeId', 'Name', 'Enabled', 'Description', 'PrimaryTheme', 'CacheTimeout', 'StylesheetId',*/
);
// virtual fields to hide
$virtual_hidden_fields
=
Array
(
/*'StyleName', 'LastCompiled'*/
);
// fields to make required
$required_fields
=
Array
(
/*'ThemeId',*/
'Name'
,
/*'Enabled', 'Description', 'PrimaryTheme', 'CacheTimeout', 'StylesheetId'*/
);
// virtual fields to make required
$virtual_required_fields
=
Array
(
/*'StyleName', 'LastCompiled'*/
);
// tabs during editing
$hide_edit_tabs
=
Array
(
// tabs during editing
// 'Default' => Array ('general', 'files'),
);
// hide columns in grids
$hide_columns
=
Array
(
// currently not in user
// 'Default' => Array ('ThemeId', 'Name', 'Description', 'Enabled', 'PrimaryTheme'),
);
Event Timeline
Log In to Comment