Revision 8f7b37d9
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
templates/webpages/am/language_header.html | ||
---|---|---|
27 | 27 |
</tr> |
28 | 28 |
<tr> |
29 | 29 |
<th align=right>[% 'Number Format' | $T8 %]</th> |
30 |
<td><select name="output_numberformat">[% numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings') %]</select></td>
|
|
30 |
<td>[% L.select_tag('output_numberformat', numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings')) %]</td>
|
|
31 | 31 |
</tr> |
32 | 32 |
<tr> |
33 | 33 |
<th align=right>[% 'Date Format' | $T8 %]</th> |
34 |
<td><select name="output_dateformat">[% dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings') %]</select></td>
|
|
34 |
<td>[% L.select_tag('output_dateformat', dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings')) %]</td>
|
|
35 | 35 |
</tr> |
36 | 36 |
<tr> |
37 | 37 |
<th align=right>[% 'Long Dates' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Maske zum Bearbeiten von Sprachen gefixt
Vereinheitlichung der L.select_tag + L.options_for_select-Helfern in
L.select_tag ging hier etwas schief.
Fixt #2060.