X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fd8bde53d5f22fe6923a904682dc25f2b3af8a3d..c0ed7d2fa:/templates/webpages/ar/form_footer.html diff --git a/templates/webpages/ar/form_footer.html b/templates/webpages/ar/form_footer.html index 9927cc852..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 ) %] @@ -41,7 +35,7 @@ [% ELSE %] [% IF ( !is_closed ) %] - + [% L.button_tag('kivi.Draft.popup("ar", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] [% END %] [% END %]