]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/it/modify-printer.tmpl
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / templates / it / modify-printer.tmpl
CommitLineData
41681883
MS
1<DIV CLASS="indent">
2
3<H2 CLASS="title">Modifica {printer_name}</H2>
4
5<FORM METHOD="POST" ACTION="/admin">
6<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
7<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
8
9<TABLE>
10<TR>
11<TH CLASS="label">Descrizione:</TH>
12<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"><BR>
13<SMALL>(Descrizione esplicativa del tipo "HP LaserJet con Duplexer")</SMALL></TD>
14</TR>
15<TR>
16<TH CLASS="label">Posizione:</TH>
17<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"><BR>
18<SMALL>(Posizione esplicativa del tipo "Laboratorio 1")</SMALL></TD>
19</TR>
20<TR>
21<TH CLASS="label">Connessione:</TH>
22<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
23</TR>
24<TR>
25<TH CLASS="label">Condivisione:</TH>
26<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
27Condividi stampante</TD>
28</TR>
29<TR>
30<TR>
31<TD></TD>
32<TD><INPUT TYPE="SUBMIT" VALUE="Continua"></TD>
33</TR>
34</TABLE>
35
36</FORM>
37</DIV>