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