]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/de/set-printer-options-header.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / de / set-printer-options-header.tmpl
1 <H2 CLASS="title">Standardeinstellungen für {printer_name} festlegen</H2>
2
3 <FORM METHOD="POST" ACTION="/admin">
4 <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
5 <INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
6 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
7 {HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Standardeinstellungen des Druckers ermitteln">:}
8
9 <SCRIPT TYPE="text/javascript"><!--
10 function 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
21 <H3 CLASS="title">{[group_id]
22 <A HREF="#{group_id}">{group}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</H3>
23
24 <DIV CLASS="tabs">