Index: trunk/kernel/admin_templates/custom_fields/custom_fields_edit.tpl =================================================================== diff -u -N -r6669 -r8557 --- trunk/kernel/admin_templates/custom_fields/custom_fields_edit.tpl (.../custom_fields_edit.tpl) (revision 6669) +++ trunk/kernel/admin_templates/custom_fields/custom_fields_edit.tpl (.../custom_fields_edit.tpl) (revision 8557) @@ -21,9 +21,9 @@ submit_event('cf','OnCancelEdit'); } ) ); - + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); - + a_toolbar.AddButton( new ToolBarButton('prev', '', function() { go_to_id('cf', ''); } @@ -32,15 +32,15 @@ go_to_id('cf', ''); } ) ); - - + + a_toolbar.Render(); - + a_toolbar.HideButton('prev'); a_toolbar.HideButton('next'); a_toolbar.HideButton('sep1'); - + a_toolbar.DisableButton('next'); @@ -63,35 +63,24 @@ - - - + - + + + - - - - - - + - - - - - - + - -
+ + - \ No newline at end of file