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