Index: branches/5.1.x/admin_templates/products/relations_edit.tpl =================================================================== diff -u -N -r13946 -r14152 --- branches/5.1.x/admin_templates/products/relations_edit.tpl (.../relations_edit.tpl) (revision 13946) +++ branches/5.1.x/admin_templates/products/relations_edit.tpl (.../relations_edit.tpl) (revision 14152) @@ -17,15 +17,24 @@ } ) ); - a_toolbar.AddButton( new ToolBarSeparator('sep2') ); + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + a_toolbar.AddButton( new ToolBarButton('prev', '', function() { + go_to_id('rel', ''); + } + )); + + a_toolbar.AddButton( new ToolBarButton('next', '', function() { + go_to_id('rel', ''); + } + )); + a_toolbar.Render(); a_toolbar.HideButton('prev'); a_toolbar.HideButton('next'); a_toolbar.HideButton('sep1'); - a_toolbar.HideButton('sep2'); a_toolbar.DisableButton('next');