7 <form method=post action=am.pl>
9 <input type=hidden name=id value='[% id %]'>
10 <input type=hidden name=type value=language>
14 <th class=listtop colspan=2>[% title | html %]</th>
18 <th align=right>[% 'Language' | $T8 %]</th>
19 <td><input name=description size=30 value="[% description | html %]"></td>
22 <th align=right>[% 'Template Code' | $T8 %]</th>
23 <td><input name=template_code size=5 value="[% template_code | html %]"></td>
26 <th align=right>[% 'Article Code' | $T8 %]</th>
27 <td><input name=article_code size=10 value="[% article_code | html %]"></td>
30 <th align=right>[% 'Number Format' | $T8 %]</th>
31 <td><select name="output_numberformat">[% numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings') %]</select></td>
34 <th align=right>[% 'Date Format' | $T8 %]</th>
35 <td><select name="output_dateformat">[% dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings') %]</select></td>
38 <th align=right>[% 'Long Dates' | $T8 %]</th>
39 <td>[% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %]
40 [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %]</td>
42 <td colspan=2><hr size=3 noshade></td>