</body> entfernt
[kivitendo-erp.git] / templates / webpages / admin_printer / edit.html
1 [%- USE T8 %]
2 <body>
3
4 <form method=post>
5
6 <h1 class=listtop colspan=2>[% title %]</h1>
7
8 [%- PROCESS 'admin_printer/_login_form.html' %]
9
10 <input type=hidden name="printer.id" value="[% printer.id | html %]">
11 <table width=100%>
12   <tr height="5"></tr>
13   <tr>
14     <th align=left>[% 'Printer' | $T8 %]</th>
15     <td><input name="printer.printer_description" size=30 value="[% printer.printer_description | html %]"></td>
16   <tr>
17   <tr>
18     <th align=left>[% 'Printer Command' | $T8 %]</th>
19     <td><input name="printer.printer_command" size=30 value="[% printer.printer_command | html %]"></td>
20   </tr>
21   <tr>
22     <th align=left>[% 'Template Code' | $T8 %]</th>
23     <td><input name="printer.template_code" size=5 value="[% printer.template_code | html %]"></td>
24   </tr>
25   <td colspan=2><hr size=3 noshade></td>
26   </tr>
27 </table>
28
29 <br>
30 <input type=hidden name=action value="printer_dispatcher">
31 <input type=submit class=submit name=list_printers value="[% 'Back' | $T8 %]">
32 <input type=submit class=submit name=save_printer value="[% 'Save' | $T8 %]">
33
34 [%- IF id %]
35 <input type=submit class=submit name=delete_printer value="[% 'Delete' | $T8 %]">
36 [%- END %]
37
38 </form>
39