X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/16df30aaca2c8d4173f1ea76be206ef5a23e69c9..59adfa36c82c4e021011c84c70b9384badea33aa:/templates/webpages/ap/form_footer.html diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 2408d5245..0d948d2a5 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')) %] -