]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/set-printer-options-header.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / set-printer-options-header.tmpl
CommitLineData
58dc1933
MS
1<H2 CLASS="title">Set Default Options for {printer_name}</H2>
2
ef416fc2 3<FORM METHOD="POST" ACTION="/admin">
f8b3a85b 4<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
ef416fc2 5<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
6<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
58dc1933 7{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Query Printer for Default Options">:}
749b1e90
MS
8
9<SCRIPT TYPE="text/javascript"><!--
10function update_paramtable(option)
11{
12 var cb = document.getElementById("select-" + option)
13 var paramstable = document.getElementById(option + "-params");
14 if (cb.value == "Custom")
15 paramstable.style.display = "table";
16 else
17 paramstable.style.display = "none";
18}
19--></SCRIPT>
20
58dc1933
MS
21<H3 CLASS="title">{[group_id]
22<A HREF="#{group_id}">{group}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</H3>
23
24<DIV CLASS="tabs">