Revision 2fcb9a09
Von Thomas Heck vor etwa 11 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
53 | 53 |
<td><input name="fax" size="14" value="[% HTML.escape(myconfig_fax) %]"></td> |
54 | 54 |
</tr> |
55 | 55 |
|
56 |
<tr>
|
|
57 |
<th align="right"q>[% 'taxincluded checked' | $T8 %]</th>
|
|
56 |
<tr> |
|
57 |
<th align="right">[% 'taxincluded checked' | $T8 %]</th> |
|
58 | 58 |
<td> |
59 | 59 |
[% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %] |
60 | 60 |
</td> |
... | ... | |
72 | 72 |
[% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %] |
73 | 73 |
</td> |
74 | 74 |
</tr> |
75 |
<tr> |
|
76 |
<th align="right">[% 'Time Format' | $T8 %]</th> |
|
77 |
<td> |
|
78 |
[% L.select_tag('timeformat', TIMEFORMATS, value_key = 'value', title_key = 'name') %] |
|
79 |
</td> |
|
80 |
</tr> |
|
75 | 81 |
<tr> |
76 | 82 |
<th align="right">[% 'Output Number Format' | $T8 %]</th> |
77 | 83 |
<td> |
Auch abrufbar als: Unified diff
Zeitformat einstellbar machen