Index: branches/5.1.x/core/units/stylesheets/stylesheets_config.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 12127) +++ branches/5.1.x/core/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 12657) @@ -1,6 +1,6 @@ 'css', 'ItemClass' => Array('class'=>'StylesheetsItem','file'=>'stylesheets_item.php','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), @@ -103,7 +105,7 @@ ), 'PermSection' => Array('main' => 'in-portal:configure_styles'), - + /* removed until figure out what to do with this section 'Sections' => Array ( 'in-portal:configure_styles' => Array ( 'parent' => 'in-portal:website_setting_folder', @@ -115,7 +117,7 @@ 'type' => stTREE, ), ), - + */ 'TableName' => TABLE_PREFIX.'Stylesheets', 'SubItems' => Array('selectorsbase', 'selectorsblock'), @@ -159,7 +161,11 @@ 'Grids' => Array( 'Default' => Array( - 'Icons' => Array('default' => 'icon16_custom.gif', 0 =>'icon16_style_disabled.gif', 1 =>'icon16_style.gif'), + 'Icons' => Array( + 'default' => 'icon16_item.png', + 0 => 'icon16_disabled.png', + 1 => 'icon16_item.png' + ), 'Fields' => Array( 'Name' => Array('title'=>'la_col_Name', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_like_filter'), 'Description' => Array('title'=>'la_col_Description', 'first_chars' => 100, 'filter_block' => 'grid_like_filter'), @@ -168,6 +174,4 @@ ), ), ), - ); - -?> \ No newline at end of file + ); \ No newline at end of file