]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/pl/set-printer-options-header.tmpl
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / templates / pl / set-printer-options-header.tmpl
CommitLineData
b9faaae1
MS
1<DIV CLASS="indent">
2
3<H2 CLASS="title">Ustawianie domyślnych opcji dla {printer_name}</H2>
4
5<FORM METHOD="POST" ACTION="/admin">
f8b3a85b 6<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
b9faaae1
MS
7<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
8<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
9{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Zakolejkuj drukarkę do domyślnych opcji">:}
10
11<SCRIPT TYPE="text/javascript"><!--
12function update_paramtable(option)
13{
14 var cb = document.getElementById("select-" + option)
15 var paramstable = document.getElementById(option + "-params");
16 if (cb.value == "Custom")
17 paramstable.style.display = "table";
18 else
19 paramstable.style.display = "none";
20}
21--></SCRIPT>
22
23<H3 CLASS="title">{[group_id]
24<A HREF="#{group_id}">{group}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</H3>
25
26<DIV CLASS="tabs">