X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=templates%2Fwebpages%2Far%2Fform_footer.html;h=df81ee58c116532734dca9e99fb3f8eae3bbf117;hb=9c785acd332352877abd90cd0c79a2fa1ef214a1;hp=6fa8b4441d6ff50f547deaa626386915b1e9393f;hpb=d440aa097f47460e6022a88edf8f889db2ad0ad4;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_footer.html b/templates/webpages/ar/form_footer.html index 6fa8b4441..df81ee58c 100644 --- a/templates/webpages/ar/form_footer.html +++ b/templates/webpages/ar/form_footer.html @@ -1,5 +1,6 @@ [% USE LxERP %] [% USE T8 %] +[% USE L %] [% IF ( follow_up_length && follow_up_due_length ) %] [% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_up_length , follow_up_due_length) %] @@ -12,13 +13,6 @@
- [% IF ( !id && draft_id ) %] - - - [% END %] - -
- [% IF ( show_storno_button ) %] @@ -37,11 +31,11 @@ - + [% ELSE %] [% IF ( !is_closed ) %] - + [% L.button_tag('kivi.Draft.popup("ar", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] [% END %] [% END %]