Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1092900
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
Mon, Aug 11, 6:22 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Wed, Aug 13, 6:22 AM (22 h, 42 m)
Engine
blob
Format
Raw Data
Handle
707854
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