]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Die Reihenfolge der Buttons unter Dialogbuchen geƤndert.
authorThomas Heck <theck@linet-services.de>
Wed, 7 Nov 2012 14:07:04 +0000 (15:07 +0100)
committerThomas Heck <theck@linet-services.de>
Wed, 7 Nov 2012 14:07:04 +0000 (15:07 +0100)
fixt #1930

templates/webpages/gl/form_footer.html

index 72b78939bcb30e5f0034e3cb58e17730eddcdb8c..ede815bc79612f420d3ee736ac906a453e93fc8e 100644 (file)
 <br>
 
 [%- IF id %]
 <br>
 
 [%- IF id %]
+  [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %]
 
 
- [%- IF !storno %]
-      [% L.submit_tag('action', LxERP.t8('Storno')) %]
- [%- END %]
+  [% IF !locked && radieren %]
+    [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %]
+    [% L.submit_tag('action', LxERP.t8('Delete')) %]
+  [%- END %]
 
 
- [% IF !locked && radieren %]
-      [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %]
-      [% L.submit_tag('action', LxERP.t8('Delete')) %]
- [%- END %]
-      [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %]
-      [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %]
+  [%- IF !storno %]
+    [% L.submit_tag('action', LxERP.t8('Storno')) %]
+  [%- END %]
 
 
+  [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %]
 [%- ELSE %]
 
  [%- IF draft_id %]
 [%- ELSE %]
 
  [%- IF draft_id %]