Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / admin_printer / edit.html
index d158702..7aef54d 100644 (file)
@@ -1,5 +1,4 @@
 [%- USE T8 %]
-<body>
 
 <form method=post>
 
 <table width=100%>
   <tr height="5"></tr>
   <tr>
-    <th align=right>[% 'Printer' | $T8 %]</th>
+    <th align=left>[% 'Printer' | $T8 %]</th>
     <td><input name="printer.printer_description" size=30 value="[% printer.printer_description | html %]"></td>
   <tr>
   <tr>
-    <th align=right>[% 'Printer Command' | $T8 %]</th>
+    <th align=left>[% 'Printer Command' | $T8 %]</th>
     <td><input name="printer.printer_command" size=30 value="[% printer.printer_command | html %]"></td>
   </tr>
   <tr>
-    <th align=right>[% 'Template Code' | $T8 %]</th>
+    <th align=left>[% 'Template Code' | $T8 %]</th>
     <td><input name="printer.template_code" size=5 value="[% printer.template_code | html %]"></td>
   </tr>
   <td colspan=2><hr size=3 noshade></td>
 
 <br>
 <input type=hidden name=action value="printer_dispatcher">
+<input type=submit class=submit name=list_printers value="[% 'Back' | $T8 %]">
 <input type=submit class=submit name=save_printer value="[% 'Save' | $T8 %]">
 
 [%- IF id %]
 <input type=submit class=submit name=delete_printer value="[% 'Delete' | $T8 %]">
 [%- END %]
-<input type=submit class=submit name=list_printers value="[% 'Back' | $T8 %]">
 
 </form>
 
-</body>
-</html>