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 72b7893..ede815b 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 %]