Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Apr 19, 1:13 PM

in-portal

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