Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847704
in-portal
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, 1:13 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Mon, Apr 21, 1:13 PM (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
602505
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.0.x/admin/system_presets/simple/themes_theme.php
===================================================================
--- branches/5.0.x/admin/system_presets/simple/themes_theme.php (revision 12549)
+++ branches/5.0.x/admin/system_presets/simple/themes_theme.php (revision 12550)
@@ -1,60 +1,60 @@
<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
- 'in-portal:configure_themes',
+// 'in-portal:configure_themes',
);
// sections shown with debug on
$debug_only_sections = Array (
-// 'in-portal:configure_themes',
+ '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