6 <form method=post action=am.pl>
 
   8 <input type=hidden name=id value='[% id %]'>
 
   9 <input type=hidden name=type value=language>
 
  13     <th class=listtop colspan=2>[% title | html %]</th>
 
  17     <th align=right>[% 'Language' | $T8 %]</th>
 
  18     <td><input name=description size=30 value="[% description | html %]"></td>
 
  21     <th align=right>[% 'Template Code' | $T8 %]</th>
 
  22     <td><input name=template_code size=5 value="[% template_code | html %]"></td>
 
  25     <th align=right>[% 'Article Code' | $T8 %]</th>
 
  26     <td><input name=article_code size=10 value="[% article_code | html %]"></td>
 
  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>
 
  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>
 
  37     <th align=right>[% 'Long Dates' | $T8 %]</th>
 
  38     <td>[% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %]
 
  39         [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %]</td>
 
  41   <td colspan=2><hr size=3 noshade></td>