Revision 79135719
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/ap/form_footer.html | ||
---|---|---|
[%- 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 %]">
|
Auch abrufbar als: Unified diff
Syntaxfehler gefixt