]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/pl/modify-printer.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / pl / modify-printer.tmpl
CommitLineData
89d46774 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3{?device_uri=?:<INPUT TYPE="HIDDEN" NAME="CURRENT_DEVICE_URI" VALUE="{device_uri}">}
4{?printer_make_and_model=?:<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{printer_make_and_model}">}
5
f301802f 6<H2 CLASS="title">Zmodyfikuj drukarkę {printer_name}</H2>
89d46774 7
8<TABLE>
9<TR>
10<TH CLASS="label">Nazwa:</TH>
11<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">{printer_name}</TD>
12</TR>
13<TR>
14<TH CLASS="label">Położenie:</TH>
15<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"><BR>
f301802f 16<SMALL>(Położenie czytelne dla człowieka, takie jak "Laboratorium 1")</SMALL></TD>
89d46774 17</TR>
18<TR>
f301802f 19<TH CLASS="label">Opis:</TH>
89d46774 20<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"><BR>
f301802f 21<SMALL>(Opis czytelny dla człowieka, taki jak "HP LaserJet z Dupleksem")</SMALL></TD>
89d46774 22</TR>
23<TR>
24<TD></TD>
f301802f 25<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="Kontynuuj"></TD>
89d46774 26</TR>
27</TABLE>
28
29</FORM>