Revision 37130851
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/simple_system_setting/_language_form.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%] |
|
2 |
[% SET style="width: 250px" %] |
|
3 | 1 |
<table> |
4 | 2 |
<tr> |
5 | 3 |
<th align="right">[% LxERP.t8("Language") %]</th> |
... | ... | |
26 | 24 |
<td>[% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, style=style) %]</td> |
27 | 25 |
</tr> |
28 | 26 |
</table> |
27 |
[% USE LxERP %] |
|
28 |
[% USE L %] |
|
29 |
[% USE HTML %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/simple_system_setting/_language_form.html