Index: branches/RC/core/units/themes/themes_config.php =================================================================== diff -u -r10846 -r11538 --- branches/RC/core/units/themes/themes_config.php (.../themes_config.php) (revision 10846) +++ branches/RC/core/units/themes/themes_config.php (.../themes_config.php) (revision 11538) @@ -41,11 +41,18 @@ 'new_titlefield' => Array('theme' => '!la_title_NewTheme!'), ), - 'themes_list' => Array('prefixes' => Array('theme_List'), 'format' => "!la_title_Configuration! - !la_tab_Themes! (#theme_recordcount#)"), + 'themes_list' => Array('prefixes' => Array('theme_List'), 'format' => "!la_tab_Themes!"), 'themes_edit_general' => Array('prefixes' => Array('theme'), 'format' => "#theme_status# '#theme_titlefield#' - !la_title_General!"), 'themes_edit_files' => Array('prefixes' => Array('theme', 'theme-file_List'), 'format' => "#theme_status# '#theme_titlefield#' - !la_title_ThemeFiles! (#theme-file_recordcount#)"), ), + 'EditTabPresets' => Array ( + 'Default' => Array ( + 'general' => Array ('title' => 'la_tab_General', 't' => 'themes/themes_edit', 'priority' => 1), + 'files' => Array ('title' => 'la_tab_Files', 't' => 'themes/themes_edit_files', 'priority' => 2), + ), + ), + 'TableName' => TABLE_PREFIX.'Theme', 'SubItems' => Array('theme-file'), @@ -103,8 +110,8 @@ 'Icons' => Array('default'=>'icon16_custom.gif', '1_1' => 'icon16_theme_primary.gif', '1_0' => 'icon16_theme.gif', '0_0' => 'icon16_theme_disabled.gif'), 'Fields' => Array( 'ThemeId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'Name' => Array( 'title'=>'la_col_Name',), - 'Description' => Array( 'title'=>'la_col_Description', ), + 'Name' => Array( 'title'=>'la_col_Name', 'filter_block' => 'grid_like_filter'), + 'Description' => Array( 'title'=>'la_col_Description', 'filter_block' => 'grid_like_filter'), 'Enabled' => Array( 'title'=>'la_col_Status', 'filter_block' => 'grid_options_filter'), // 'PrimaryTheme' => Array( 'title'=>'la_col_Primary', 'filter_block' => 'grid_options_filter'), ),