Index: branches/5.2.x/admin_templates/products/option_edit.tpl =================================================================== diff -u -N -r14258 -r14569 --- branches/5.2.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 14569) @@ -20,7 +20,35 @@ } ) ); + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + + a_toolbar.AddButton( new ToolBarButton('prev', '', function() { + PrepareData(); + go_to_id('po', ''); + } + )); + + a_toolbar.AddButton( new ToolBarButton('next', '', function() { + PrepareData(); + go_to_id('po', ''); + } + )); + a_toolbar.Render(); + + + a_toolbar.HideButton('prev'); + a_toolbar.HideButton('next'); + a_toolbar.HideButton('sep1'); + + + a_toolbar.DisableButton('next'); + + + a_toolbar.DisableButton('prev'); + + + @@ -270,7 +298,7 @@ -   + :   " id=""> @@ -312,7 +340,7 @@ - +