]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin_printer/list.html
Druckerverwaltung auf Admin-Controller umgestellt
[mfinanz.git] / templates / webpages / admin_printer / list.html
diff --git a/templates/webpages/admin_printer/list.html b/templates/webpages/admin_printer/list.html
deleted file mode 100644 (file)
index 6a413d8..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-[%- USE T8 %]
-
-<form method='post'>
-
-<h1 class=listtop>[% title %]</h1>
-
-[%- PROCESS 'admin_printer/_login_form.html' %]
-
-<table width=100%>
-  <tr>
-    <td>
-      <table width=100%>
-        <tr class=listheading>
-          <th>[% 'Description' | $T8 %]</th>
-          <th>[% 'Printer Command' | $T8 %]</th>
-          <th>[% 'Template Code' | $T8 %]</th>
-        </tr>
-[%- IF all_printers.size %]
-[%- FOREACH row = all_printers %]
-        <tr valign=top class="listrow[% loop.count % 2 %]">
-          <td>&nbsp;<a href="[% edit_link %][% row.id %]">[% row.printer_description %]</a></td>
-          <td align=left>&nbsp;[% row.printer_command | html %]</td>
-          <td align=left>&nbsp;[% row.template_code | html %]</td>
-        </tr>
-[%- END %]
-[%- ELSE %]
-        <tr><td colspan='3'><p class="message_hint">[% 'No data was found.' | $T8 %]</p></td></tr>
-[%- END %]
-      </table>
-    </td>
-  </tr>
-  <tr>
-  <td><hr size=3 noshade></td>
-  </tr>
-</table>
-
-<br>
- <input type="hidden" name="action" value="printer_dispatcher">
- <input type="submit" name='get_login_form' value="[% 'Back' | $T8 %]">
- <input type="submit" name="add_printer" value ="[% 'Add' | $T8 %]">
-</form>