Revision 9ca9ca16
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/_language_form.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<div class="wrapper"> |
6 | 6 |
<table class="tbl-horizontal"> |
7 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
|
7 | 8 |
<tbody> |
8 | 9 |
<tr> |
9 | 10 |
<th> [% LxERP.t8("Language") %] </th> |
... | ... | |
29 | 30 |
<th> [% LxERP.t8("Long Dates") %] </th> |
30 | 31 |
<td> [% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, class='wi-wider') %] </td> |
31 | 32 |
</tr> |
33 |
<tr> |
|
34 |
<th>[% LxERP.t8("Obsolete") %]</th> |
|
35 |
<td>[% L.yes_no_tag("object.obsolete", SELF.object.obsolete, class='wi-wider') %]</td> |
|
36 |
</tr> |
|
32 | 37 |
</tbody> |
33 | 38 |
</table> |
34 | 39 |
</div> |
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting _language_form angepasst