<body> entfernt.
[kivitendo-erp.git] / templates / webpages / am / language_header.html
1 [%- USE L %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 [%- USE T8 %]
5
6 <form method=post action=am.pl>
7
8 <input type=hidden name=id value='[% id %]'>
9 <input type=hidden name=type value=language>
10
11 <table width=100%>
12   <tr>
13     <th class=listtop colspan=2>[% title | html %]</th>
14   </tr>
15   <tr height="5"></tr>
16   <tr>
17     <th align=right>[% 'Language' | $T8 %]</th>
18     <td><input name=description size=30 value="[% description | html %]"></td>
19   <tr>
20   <tr>
21     <th align=right>[% 'Template Code' | $T8 %]</th>
22     <td><input name=template_code size=5 value="[% template_code | html %]"></td>
23   </tr>
24   <tr>
25     <th align=right>[% 'Article Code' | $T8 %]</th>
26     <td><input name=article_code size=10 value="[% article_code | html %]"></td>
27   </tr>
28   <tr>
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>
31   </tr>
32   <tr>
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>
35   </tr>
36   <tr>
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>
40   </tr>
41   <td colspan=2><hr size=3 noshade></td>
42   </tr>
43 </table>