X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_footer.html;h=d98e2839380dcf914a8ab55145811fda9e1d5c84;hb=8cce015eb15e1c919948b27441b9a7dfd905fe39;hp=2408d52456175608fd868c103fc9a89c3588945d;hpb=5a23fdf6ec3cce197baaccad11b60bfe36005428;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 2408d5245..d98e28393 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 %] @@ -41,7 +41,7 @@ [%- END %] [%- IF id %] - + [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %] [% END %] @@ -66,5 +66,3 @@ function set_duedate() { } //--> - -