Index: branches/RC/kernel/units/stylesheets/stylesheets_config.php =================================================================== diff -u -N -r8929 -r10885 --- branches/RC/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 8929) +++ branches/RC/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 10885) @@ -117,7 +117,7 @@ 'Icons' => Array('default'=>'icon16_custom.gif',0=>'icon16_style_disabled.gif',1=>'icon16_style.gif'), 'Fields' => Array( 'Name' => Array( 'title'=>'la_col_Name', 'data_block' => 'grid_checkbox_td'), - 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'grid_description_td' ), + 'Description' => Array( 'title'=>'la_col_Description', 'first_chars' => 100), 'Enabled' => Array( 'title'=>'la_col_Status' ), 'LastCompiled' => Array('title' => 'la_col_LastCompiled'), ),