Index: branches/5.0.x/core/admin_templates/catalog/catalog.tpl =================================================================== diff -u -N -r12809 -r12866 --- branches/5.0.x/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 12809) +++ branches/5.0.x/core/admin_templates/catalog/catalog.tpl (.../catalog.tpl) (revision 12866) @@ -170,7 +170,7 @@ a_toolbar.AddButton( new ToolBarButton( 'move_up', - '::', + '::', function() { $Catalog.submit_event(null, 'OnMassMoveUp'); } @@ -180,7 +180,7 @@ a_toolbar.AddButton( new ToolBarButton( 'move_down', - '::', + '::', function() { $Catalog.submit_event(null, 'OnMassMoveDown'); }