Index: branches/5.1.x/core/units/related_searches/related_searches_config.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 12127) +++ branches/5.1.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 12657) @@ -1,6 +1,6 @@ 'search', 'Clones' => Array( @@ -85,7 +87,11 @@ 'Grids' => Array( 'Default' => Array( - 'Icons' => Array('default'=>'icon16_custom.gif','1_0'=>'icon16_relation_one-way.gif','0_0'=>'icon16_relation_one-way_disabled.gif','1_1'=>'icon16_relation_reciprocal.gif','0_1'=>'icon16_relation_reciprocal_disabled.gif'), // icons for each StatusField values, if no matches or no statusfield selected, then "default" icon is used + 'Icons' => Array( + 'default' => 'icon16_item.png', + 0 => 'icon16_disabled.png', + 1 => 'icon16_item.png' + ), 'Fields' => Array( 'RelatedSearchId' => Array( 'title'=>'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), 'Keyword' => Array( 'title'=>'la_col_Keyword', 'data_block' => 'grid_keyword_td', 'filter_block' => 'grid_like_filter'),