X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_footer.html;h=14d496629a726279b8491747b13ceb4732515449;hb=09372651092644b1b852b8fea775003d92e2d08c;hp=2408d52456175608fd868c103fc9a89c3588945d;hpb=8a40e3dd0f638557b8c666fe708ccbc1ac709c4e;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 2408d5245..14d496629 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -4,7 +4,7 @@ [%- USE LxERP %] [%- IF (num_follow_ups && num_due) %] -

[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]

+

[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]

[%- END %] @@ -12,11 +12,6 @@ -[%- IF ( !id && draft_id ) %] - [% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove draft when posting')) %] -
-[%- END %] -
@@ -32,39 +27,19 @@ [%- END %] - + [%- 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 %] [% END %] [%- END %] - - - -