]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/am/language_header.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / am / language_header.html
diff --git a/templates/webpages/am/language_header.html b/templates/webpages/am/language_header.html
deleted file mode 100644 (file)
index c17b14e..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-[%- USE L %]
-[%- USE HTML %]
-[%- USE LxERP %]
-[%- USE T8 %]
-<body>
-
-<form method=post action=am.pl>
-
-<input type=hidden name=id value='[% id %]'>
-<input type=hidden name=type value=language>
-
-<table width=100%>
-  <tr>
-    <th class=listtop colspan=2>[% title | html %]</th>
-  </tr>
-  <tr height="5"></tr>
-  <tr>
-    <th align=right>[% 'Language' | $T8 %]</th>
-    <td><input name=description size=30 value="[% description | html %]"></td>
-  <tr>
-  <tr>
-    <th align=right>[% 'Template Code' | $T8 %]</th>
-    <td><input name=template_code size=5 value="[% template_code | html %]"></td>
-  </tr>
-  <tr>
-    <th align=right>[% 'Article Code' | $T8 %]</th>
-    <td><input name=article_code size=10 value="[% article_code | html %]"></td>
-  </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>
-  </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>
-  </tr>
-  <tr>
-    <th align=right>[% 'Long Dates' | $T8 %]</th>
-    <td>[% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %]
-        [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %]</td>
-  </tr>
-  <td colspan=2><hr size=3 noshade></td>
-  </tr>
-</table>