Index: branches/5.2.x/core/admin_templates/forms/form_field_edit.tpl =================================================================== diff -u -N -r14572 -r14614 --- branches/5.2.x/core/admin_templates/forms/form_field_edit.tpl (.../form_field_edit.tpl) (revision 14572) +++ branches/5.2.x/core/admin_templates/forms/form_field_edit.tpl (.../form_field_edit.tpl) (revision 14614) @@ -20,19 +20,19 @@ ) ); a_toolbar.AddButton( new ToolBarSeparator('sep1') ); - + a_toolbar.AddButton( new ToolBarButton('prev', '', function() { go_to_id('formflds', ''); } )); - + a_toolbar.AddButton( new ToolBarButton('next', '', function() { go_to_id('formflds', ''); } )); a_toolbar.Render(); - + a_toolbar.HideButton('prev'); a_toolbar.HideButton('next'); @@ -64,28 +64,57 @@ - + + + + + - - - + + + - + - + + + + + \ No newline at end of file