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