Index: branches/5.2.x/units/discount_items/discount_items_config.php =================================================================== diff -u -r16385 -r16809 --- branches/5.2.x/units/discount_items/discount_items_config.php (.../discount_items_config.php) (revision 16385) +++ branches/5.2.x/units/discount_items/discount_items_config.php (.../discount_items_config.php) (revision 16809) @@ -1,6 +1,6 @@ Array ( 'ProductId' => Array ( 'title' => 'column:la_fld_Id', 'data_block' => 'grid_item_td', 'filter_block' => 'grid_range_filter'), - 'ItemName' => Array ( 'filter_block' => 'grid_like_filter'), + 'ItemName' => Array ( 'filter_block' => 'grid_like_filter', 'no_special' => 1), 'ItemType' => Array ( 'title' => 'la_col_ItemType', 'filter_block' => 'grid_options_filter'), ), ), ), -); \ No newline at end of file +); Index: branches/5.2.x/admin_templates/affiliate_plans/affiliates_list.tpl =================================================================== diff -u -r14258 -r16809 --- branches/5.2.x/admin_templates/affiliate_plans/affiliates_list.tpl (.../affiliates_list.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/affiliate_plans/affiliates_list.tpl (.../affiliates_list.tpl) (revision 16809) @@ -55,12 +55,12 @@ - ', this.href);" title=""> + ', this.href);" title=""> - \ No newline at end of file + Index: branches/5.2.x/admin_templates/products/products_reviews.tpl =================================================================== diff -u -r14258 -r16809 --- branches/5.2.x/admin_templates/products/products_reviews.tpl (.../products_reviews.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/products/products_reviews.tpl (.../products_reviews.tpl) (revision 16809) @@ -103,13 +103,9 @@ - - - - - \ No newline at end of file + Index: branches/5.2.x/admin_templates/discounts/discount_items.tpl =================================================================== diff -u -r16341 -r16809 --- branches/5.2.x/admin_templates/discounts/discount_items.tpl (.../discount_items.tpl) (revision 16341) +++ branches/5.2.x/admin_templates/discounts/discount_items.tpl (.../discount_items.tpl) (revision 16809) @@ -95,9 +95,9 @@ - + - + @@ -113,4 +113,4 @@ - \ No newline at end of file + Index: branches/5.2.x/admin_templates/discounts/coupon_items.tpl =================================================================== diff -u -r16341 -r16809 --- branches/5.2.x/admin_templates/discounts/coupon_items.tpl (.../coupon_items.tpl) (revision 16341) +++ branches/5.2.x/admin_templates/discounts/coupon_items.tpl (.../coupon_items.tpl) (revision 16809) @@ -95,9 +95,9 @@ - + - + @@ -113,4 +113,4 @@ - \ No newline at end of file + Index: branches/5.2.x/units/affiliate_plans_items/affiliate_plans_items_config.php =================================================================== diff -u -r16385 -r16809 --- branches/5.2.x/units/affiliate_plans_items/affiliate_plans_items_config.php (.../affiliate_plans_items_config.php) (revision 16385) +++ branches/5.2.x/units/affiliate_plans_items/affiliate_plans_items_config.php (.../affiliate_plans_items_config.php) (revision 16809) @@ -1,6 +1,6 @@ Array ( 'ProductId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_item_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'ItemName' => Array ('filter_block' => 'grid_like_filter'), + 'ItemName' => Array ('filter_block' => 'grid_like_filter', 'no_special' => 1), 'ItemType' => Array ('title' => 'la_col_ItemType', 'filter_block' => 'grid_options_filter'), ), ), ), -); \ No newline at end of file +); Index: branches/5.2.x/admin_templates/payments/payments_list.tpl =================================================================== diff -u -r14258 -r16809 --- branches/5.2.x/admin_templates/payments/payments_list.tpl (.../payments_list.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/payments/payments_list.tpl (.../payments_list.tpl) (revision 16809) @@ -36,13 +36,13 @@ - ', this.href);" title=""> + ', this.href);" title=""> - - + + - \ No newline at end of file + Index: branches/5.2.x/admin_templates/affiliate_plans/affiliate_plans_items.tpl =================================================================== diff -u -r16341 -r16809 --- branches/5.2.x/admin_templates/affiliate_plans/affiliate_plans_items.tpl (.../affiliate_plans_items.tpl) (revision 16341) +++ branches/5.2.x/admin_templates/affiliate_plans/affiliate_plans_items.tpl (.../affiliate_plans_items.tpl) (revision 16809) @@ -95,9 +95,9 @@ - + - + @@ -113,4 +113,4 @@ - \ No newline at end of file + Index: branches/5.2.x/units/coupon_items/coupon_items_config.php =================================================================== diff -u -r16385 -r16809 --- branches/5.2.x/units/coupon_items/coupon_items_config.php (.../coupon_items_config.php) (revision 16385) +++ branches/5.2.x/units/coupon_items/coupon_items_config.php (.../coupon_items_config.php) (revision 16809) @@ -1,6 +1,6 @@ Array ( 'ProductId' => Array ( 'title' => 'column:la_fld_Id', 'data_block' => 'grid_item_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'ItemName' => Array ( 'filter_block' => 'grid_like_filter', 'width' => 250, ), + 'ItemName' => Array ( 'filter_block' => 'grid_like_filter', 'width' => 250, 'no_special' => 1), 'ItemType' => Array ( 'title' => 'la_col_CouponItemType', 'filter_block' => 'grid_options_filter', 'width' => 150, ), ), ), ), -); \ No newline at end of file +);