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