X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_footer.html;h=3fedfe185d1abf125e4096910073fefbaef41a5d;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=df81ee58c116532734dca9e99fb3f8eae3bbf117;hpb=62726dfdf4f763efa65c25fcfe8658d98649c8a8;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_footer.html b/templates/webpages/ar/form_footer.html index df81ee58c..3fedfe185 100644 --- a/templates/webpages/ar/form_footer.html +++ b/templates/webpages/ar/form_footer.html @@ -1,6 +1,6 @@ [% USE LxERP %] [% USE T8 %] -[% USE L %] +[% USE L %][%- USE P -%] [% 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) %] @@ -8,39 +8,20 @@ - - - -
- - - - [% IF ( show_storno_button ) %] - - [% END %] - - [% IF ( id ) %] - [% IF ( radier ) %] - - - [% END %] - - [% IF ( !is_closed ) %] - - [% END %] - - - - - [% ELSE %] - [% IF ( !is_closed ) %] - - [% L.button_tag('kivi.Draft.popup("ar", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] - [% END %] - [% END %] - - [% IF ( show_mark_as_paid_button ) %] - - [% END %] - + [% P.hidden_tag('draft_id', draft_id) %] + [% P.hidden_tag('draft_description', draft_description) %] + +