Index: branches/5.2.x/admin_templates/products/file_edit.tpl =================================================================== diff -u -N -r14258 -r14569 --- branches/5.2.x/admin_templates/products/file_edit.tpl (.../file_edit.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/products/file_edit.tpl (.../file_edit.tpl) (revision 14569) @@ -17,7 +17,32 @@ } ) ); + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + + a_toolbar.AddButton( new ToolBarButton('prev', '', function() { + go_to_id('file', ''); + } + )); + + a_toolbar.AddButton( new ToolBarButton('next', '', function() { + go_to_id('file', ''); + } + )); + a_toolbar.Render(); + + + a_toolbar.HideButton('prev'); + a_toolbar.HideButton('next'); + a_toolbar.HideButton('sep1'); + + + a_toolbar.DisableButton('next'); + + + a_toolbar.DisableButton('prev'); + +