]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/users.tmpl
Merge changes from CUPS 1.4svn-r7961.
[thirdparty/cups.git] / templates / users.tmpl
CommitLineData
ef416fc2 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
fa73b229 4{IS_CLASS?<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="{IS_CLASS}">:}
ef416fc2 5
6<H2 CLASS="title">Allowed Users For {printer_name}</H2>
7
8<TABLE>
9<TR>
10<TH CLASS="label">Users:</TH>
11<TD>
12<INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
13<BR>
14<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}>Allow these users to print
15<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Prevent these users from printing
16</TD>
17</TR>
18<TR>
19<TD></TD>
20<TD>
2e4ff8af 21<INPUT TYPE="SUBMIT" VALUE="Set Allowed Users">
ef416fc2 22</TD>
23</TR>
24</TABLE>
25
26</FORM>