]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/gl/form_footer.html
Die Reihenfolge der Buttons unter Dialogbuchen geƤndert.
[mfinanz.git] / templates / webpages / gl / form_footer.html
index 72b78939bcb30e5f0034e3cb58e17730eddcdb8c..ede815bc79612f420d3ee736ac906a453e93fc8e 100644 (file)
 <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 %]