diff options
Diffstat (limited to 'templates/de/set-printer-options-header.tmpl')
-rw-r--r-- | templates/de/set-printer-options-header.tmpl | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/templates/de/set-printer-options-header.tmpl b/templates/de/set-printer-options-header.tmpl deleted file mode 100644 index 54ddd2555..000000000 --- a/templates/de/set-printer-options-header.tmpl +++ /dev/null @@ -1,26 +0,0 @@ -<DIV CLASS="indent"> - -<H2 CLASS="title">Standardeinstellungen für {printer_name} festlegen</H2> - -<FORM METHOD="POST" ACTION="/admin"> -<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> -<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}"> -<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}"> -{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Drucker nach Standardeinstellungen fragen">:} - -<SCRIPT TYPE="text/javascript"><!-- -function update_paramtable(option) -{ - var cb = document.getElementById("select-" + option) - var paramstable = document.getElementById(option + "-params"); - if (cb.value == "Custom") - paramstable.style.display = "table"; - else - paramstable.style.display = "none"; -} ---></SCRIPT> - -<H3 CLASS="title">{[group_id] -<A HREF="#{group_id}">{group}</A> }</H3> - -<DIV CLASS="tabs"> |