]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/pl/users.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / pl / users.tmpl
CommitLineData
89d46774 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
4{IS_CLASS?<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="{IS_CLASS}">:}
5
f301802f 6<H2 CLASS="title">Zezwoleni użytkownicy dla {printer_name}</H2>
89d46774 7
8<TABLE>
9<TR>
10<TH CLASS="label">Użytkownicy:</TH>
11<TD>
12<INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
13<BR>
f301802f 14<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' {requesting_user_name_allowed?sprawdzone:}>Pozwól tym użytkownikom na drukowanie
15<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?sprawdzone:}>Zabroń tym użytkownikom drukowania
89d46774 16</TD>
17</TR>
18<TR>
19<TD></TD>
20<TD>
f301802f 21<INPUT TYPE="IMAGE" SRC="/images/button-set-allowed-users.gif" ALT="Ustaw zezwolonych użytkowników">
89d46774 22</TD>
23</TR>
24</TABLE>
25
26</FORM>