Revision b12ae61f
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/ap/form_header.html | ||
---|---|---|
111 | 111 |
[% END %] |
112 | 112 |
<tr> |
113 | 113 |
<th>[% 'Tax Included' | $T8 %]</th> |
114 |
<th><input name="taxincluded" type="checkbox" value="1" [% if ( taxincluded ) %]checked[% end %]></th>
|
|
114 |
<th><input name="taxincluded" type="checkbox" value="1" [% IF ( taxincluded ) %]checked[% END %]></th>
|
|
115 | 115 |
</tr> |
116 | 116 |
<tr> |
117 | 117 |
<th>[% 'direct debit' | $T8 %]</th> |
118 |
<th><input name="direct_debit" type="checkbox" value="1" [% if (direct_debit) %]checked[% end %]> </th>
|
|
118 |
<th><input name="direct_debit" type="checkbox" value="1" [% IF (direct_debit) %]checked[% END %]> </th>
|
|
119 | 119 |
</tr> |
120 | 120 |
</tbody> |
121 | 121 |
</table> |
Auch abrufbar als: Unified diff
Design 4.0: Template Toolkit: Schlüsselwörter groß schreiben
Sonst funktioniert es nicht: "Steuer im Preis inbegriffen" und
"Lastschrifteinzug" waren dann immer angehakt.