Index: branches/5.1.x/admin_templates/products/relations_edit.tpl
===================================================================
diff -u -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');
Index: branches/5.1.x/admin_templates/products/file_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/products/file_edit.tpl (.../file_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/products/file_edit.tpl (.../file_edit.tpl) (revision 14152)
@@ -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');
+
+
Index: branches/5.1.x/admin_templates/products/access_pricing_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/products/access_pricing_edit.tpl (.../access_pricing_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/products/access_pricing_edit.tpl (.../access_pricing_edit.tpl) (revision 14152)
@@ -17,7 +17,32 @@
}
) );
+ a_toolbar.AddButton( new ToolBarSeparator('sep1') );
+
+ a_toolbar.AddButton( new ToolBarButton('prev', '', function() {
+ go_to_id('pr', '');
+ }
+ ));
+
+ a_toolbar.AddButton( new ToolBarButton('next', '', function() {
+ go_to_id('pr', '');
+ }
+ ));
+
a_toolbar.Render();
+
+
+ a_toolbar.HideButton('prev');
+ a_toolbar.HideButton('next');
+ a_toolbar.HideButton('sep1');
+
+
+ a_toolbar.DisableButton('next');
+
+
+ a_toolbar.DisableButton('prev');
+
+
Index: branches/5.1.x/admin_templates/products/images_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/products/images_edit.tpl (.../images_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/products/images_edit.tpl (.../images_edit.tpl) (revision 14152)
@@ -19,15 +19,24 @@
}
) );
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
+ a_toolbar.AddButton( new ToolBarSeparator('sep1') );
+ a_toolbar.AddButton( new ToolBarButton('prev', '', function() {
+ go_to_id('img', '');
+ }
+ ));
+
+ a_toolbar.AddButton( new ToolBarButton('next', '', function() {
+ go_to_id('img', '');
+ }
+ ));
+
a_toolbar.Render();
a_toolbar.HideButton('prev');
a_toolbar.HideButton('next');
- a_toolbar.HideButton('sep1');
- a_toolbar.HideButton('sep2');
+ a_toolbar.HideButton('sep1');
a_toolbar.DisableButton('next');
Index: branches/5.1.x/admin_templates/products/review_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/products/review_edit.tpl (.../review_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/products/review_edit.tpl (.../review_edit.tpl) (revision 14152)
@@ -17,6 +17,18 @@
}
) );
+ a_toolbar.AddButton( new ToolBarSeparator('sep1') );
+
+ a_toolbar.AddButton( new ToolBarButton('prev', '', function() {
+ go_to_id('rev', '');
+ }
+ ));
+
+ a_toolbar.AddButton( new ToolBarButton('next', '', function() {
+ go_to_id('rev', '');
+ }
+ ));
+
a_toolbar.Render();
Index: branches/5.1.x/admin_templates/products/option_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 14152)
@@ -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');
+
+
+
Index: branches/5.1.x/admin_templates/shipping/zone_edit.tpl
===================================================================
diff -u -r13946 -r14152
--- branches/5.1.x/admin_templates/shipping/zone_edit.tpl (.../zone_edit.tpl) (revision 13946)
+++ branches/5.1.x/admin_templates/shipping/zone_edit.tpl (.../zone_edit.tpl) (revision 14152)
@@ -32,15 +32,12 @@
}
) );
- a_toolbar.AddButton( new ToolBarSeparator('sep2') );
-
a_toolbar.Render();
a_toolbar.HideButton('prev');
a_toolbar.HideButton('next');
a_toolbar.HideButton('sep1');
- a_toolbar.HideButton('sep2');
a_toolbar.DisableButton('next');