summaryrefslogtreecommitdiff
path: root/templates/list-available-printers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list-available-printers.tmpl')
-rw-r--r--templates/list-available-printers.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/list-available-printers.tmpl b/templates/list-available-printers.tmpl
index a594439ee..9fe7b12dd 100644
--- a/templates/list-available-printers.tmpl
+++ b/templates/list-available-printers.tmpl
@@ -1,5 +1,3 @@
-<DIV CLASS="indent">
-
<H2 CLASS="title">Available Printers</H2>
{#device_uri=0?<P>No printers found.</P>
@@ -7,5 +5,3 @@
<LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Local Printer"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Add This Printer"></FORM>
{device_make_and_model} ({device_info})</LI>
}</UL>}
-
-</DIV>