5 <h1>[% title | html %]</h1>
 
   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 align=right>[% 'Language' | $T8 %]</th>
 
  15     <td><input name=description size=30 value="[% description | html %]"></td>
 
  18     <th align=right>[% 'Template Code' | $T8 %]</th>
 
  19     <td><input name=template_code size=5 value="[% template_code | html %]"></td>
 
  22     <th align=right>[% 'Article Code' | $T8 %]</th>
 
  23     <td><input name=article_code size=10 value="[% article_code | html %]"></td>
 
  26     <th align=right>[% 'Number Format' | $T8 %]</th>
 
  27     <td>[% L.select_tag('output_numberformat', numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings')) %]</td>
 
  30     <th align=right>[% 'Date Format' | $T8 %]</th>
 
  31     <td>[% L.select_tag('output_dateformat', dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings')) %]</td>
 
  34     <th align=right>[% 'Long Dates' | $T8 %]</th>
 
  35     <td>[% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %]
 
  36         [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %]</td>
 
  38   <td colspan=2><hr size=3 noshade></td>