Syntaxfehler gefixt
authorThomas Heck <theck@linet-services.de>
Mon, 7 Jan 2013 14:33:00 +0000 (15:33 +0100)
committerThomas Heck <theck@linet-services.de>
Mon, 7 Jan 2013 14:33:00 +0000 (15:33 +0100)
templates/webpages/ap/form_footer.html

index 95ce796..c518134 100644 (file)
@@ -4,7 +4,7 @@
 [%- USE LxERP %]
 
 [%- IF (num_follow_ups && num_due) %]
-  <p>[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]</p>
+  <p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]</p>
 [%- END %]
 
 <input name=callback type=hidden value="[% callback | html %]">