Index: branches/5.2.x/core/units/themes/themes_config.php =================================================================== diff -u -N -r14572 -r14585 --- branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 14572) +++ branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 14585) @@ -1,6 +1,6 @@ TABLE_PREFIX.'Theme', 'SubItems' => Array('theme-file'), - + 'AutoDelete' => true, 'AutoClone' => true, @@ -141,11 +141,11 @@ '1_1' => 'icon16_primary.png', ), 'Fields' => Array( - 'ThemeId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), - 'Name' => Array( 'title'=>'la_col_Name', 'filter_block' => 'grid_like_filter', 'width' => 200, ), - 'Description' => Array( 'title'=>'la_col_Description', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Enabled' => Array( 'title'=>'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 200, ), -// 'PrimaryTheme' => Array( 'title'=>'la_col_Primary', 'filter_block' => 'grid_options_filter'), + 'ThemeId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), + 'Name' => Array('filter_block' => 'grid_like_filter', 'width' => 200, ), + 'Description' => Array('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Enabled' => Array( 'title'=>'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 200, ), +// 'PrimaryTheme' => Array( 'title'=>'column:la_fld_Primary', 'filter_block' => 'grid_options_filter'), 'LanguagePackInstalled' => Array ('title' => 'la_col_LanguagePackInstalled', 'filter_block' => 'grid_options_filter', 'width' => 200,), ), ),