X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_footer.html;h=3fedfe185d1abf125e4096910073fefbaef41a5d;hb=b755a636043b110ad180bb0e6b331e4fbe0cc68c;hp=70864955bf7638b781e8aa82cbf0943cdcf9838e;hpb=c954dea7c1b814d66b8c31d04fa70a1bbbcce71e;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_footer.html b/templates/webpages/ar/form_footer.html index 70864955b..3fedfe185 100644 --- a/templates/webpages/ar/form_footer.html +++ b/templates/webpages/ar/form_footer.html @@ -10,41 +10,6 @@ [% P.hidden_tag('draft_id', draft_id) %] [% P.hidden_tag('draft_description', draft_description) %] - -
- - - - [% 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 ) %] - [% L.submit_tag("action", LxERP.t8('mark as paid'), confirm=LxERP.t8('This will remove the invoice from showing as unpaid even if the unpaid amount does not match the amount. Proceed?')) %] - [% END %] - - [% L.button_tag("kivi.RecordTemplate.popup('ar_transaction')", LxERP.t8("Record templates")) %] -