X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgl%2Fform_footer.html;h=ede815bc79612f420d3ee736ac906a453e93fc8e;hb=refs%2Ftags%2Ft2;hp=ebcac473c59b322716118ba620f39f4c71069466;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index ebcac473c..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 %] @@ -48,4 +48,3 @@ -