]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/modify-printer.tmpl
Import CUPS 1.4svn-r7356.
[thirdparty/cups.git] / templates / modify-printer.tmpl
CommitLineData
ef416fc2 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
2e4ff8af 3{?printer_make_and_model=?{?current_make_and_model!?<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{current_make_and_model}">:}:<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{printer_make_and_model}">}
ef416fc2 4
5<TABLE>
6<TR>
2e4ff8af
MS
7<TH CLASS="label">Connection:</TH>
8<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
9</TR>
10<TR>
ef416fc2 11<TH CLASS="label">Name:</TH>
12<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">{printer_name}</TD>
13</TR>
2e4ff8af
MS
14<TH CLASS="label">Description:</TH>
15<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"><BR>
16<SMALL>(Human-readable description such as "HP LaserJet with Duplexer")</SMALL></TD>
17</TR>
ef416fc2 18<TR>
19<TH CLASS="label">Location:</TH>
20<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"><BR>
21<SMALL>(Human-readable location such as "Lab 1")</SMALL></TD>
22</TR>
23<TR>
ef416fc2 24<TR>
25<TD></TD>
2e4ff8af 26<TD><INPUT TYPE="SUBMIT" VALUE="Continue"></TD>
ef416fc2 27</TR>
28</TABLE>
29
30</FORM>