X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_footer.html;h=c51813489ac3275ae9aeb825b08dcb81f9b3f3ad;hb=e82db1a7b5f8cfce019012e60a689c9142851a63;hp=3e959f89cb38ae31f6e8c7dfbeaa0f62e3981f86;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 3e959f89c..c51813489 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 %] @@ -32,7 +32,7 @@ [%- END %] - + [%- ELSIF show_post_draft %] @@ -42,7 +42,9 @@ [%- IF id %] - + [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %] + + [% END %] [%- END %] @@ -64,6 +66,3 @@ function set_duedate() { } //--> - - -