]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/am/language_header.html
CSS-Klasse "listheading" nur für Tabellenüberschriften verwenden
[kivitendo-erp.git] / templates / webpages / am / language_header.html
index c17b14e6ec43916d052060de11b297b03054939e..99ec45f8702da1157627ef3383a44105a983caf6 100644 (file)
   </tr>
   <tr>
     <th align=right>[% 'Number Format' | $T8 %]</th>
-    <td><select name="output_numberformat">[% L.options_for_select(numberformats, default=output_numberformat, with_empty=1, empty_title=LxERP.t8('use program settings')) %]</select></td>
+    <td><select name="output_numberformat">[% numberformats, default = output_numberformat, with_empty = 1, empty_title = LxERP.t8('use program settings') %]</select></td>
   </tr>
   <tr>
     <th align=right>[% 'Date Format' | $T8 %]</th>
-    <td><select name="output_dateformat">[% L.options_for_select(dateformats, default=output_dateformat, with_empty=1, empty_title=LxERP.t8('use program settings')) %]</select></td>
+    <td><select name="output_dateformat">[% dateformats, default = output_dateformat, with_empty = 1, empty_title=LxERP.t8('use program settings') %]</select></td>
   </tr>
   <tr>
     <th align=right>[% 'Long Dates' | $T8 %]</th>