Projektverwaltung auf Rose- und Controller-Code umgestellt
[kivitendo-erp.git] / templates / webpages / admin_printer / edit.html
index c8edd60..7aef54d 100644 (file)
@@ -1,5 +1,4 @@
 [%- USE T8 %]
-<body>
 
 <form method=post>
 
 
 <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>