X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_footer.html;h=0d948d2a500ecc7cd6a8dc23693cf84abd150bce;hb=59adfa36c82c4e021011c84c70b9384badea33aa;hp=33635031510249d8e59b9969fb771ccf0d54e6dc;hpb=80c07cb7a24d6019075f5991970dfe38ef36a774;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 336350315..0d948d2a5 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -12,11 +12,6 @@ -[%- IF ( !id && draft_id ) %] - [% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove draft when posting')) %] -
-[%- END %] -
@@ -37,32 +32,28 @@ [%- ELSIF show_post_draft %] - + [% L.button_tag('kivi.Draft.popup("ap", "invoice", "' _ draft_id _ '", "' _ draft_description _ '")', LxERP.t8('Drafts')) %] [%- END %] [%- IF id %] - + [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %] - + [% 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 %] [%- END %]