From dd6d87cc1a382c2a3fc2fad8c9d244ea5e9adb8c Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Wed, 7 Nov 2012 15:07:04 +0100 Subject: [PATCH] =?utf8?q?Die=20Reihenfolge=20der=20Buttons=20unter=20Dial?= =?utf8?q?ogbuchen=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixt #1930 --- templates/webpages/gl/form_footer.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index 72b78939b..ede815bc7 100644 --- a/templates/webpages/gl/form_footer.html +++ b/templates/webpages/gl/form_footer.html @@ -21,18 +21,18 @@
[%- 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 %] -- 2.20.1