summaryrefslogtreecommitdiff
path: root/templates/users.tmpl
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-01-26 21:39:43 +0000
commitfa73b22906f71080fa5056485d8204612717adac (patch)
treef2f23b68c20d1fc9a85301527690aca5efa382df /templates/users.tmpl
parent4a09f02d10d679af0b04d36c25f0dcb518e432a4 (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@13 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates/users.tmpl')
-rw-r--r--templates/users.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/users.tmpl b/templates/users.tmpl
index a5734416a..61c6e474b 100644
--- a/templates/users.tmpl
+++ b/templates/users.tmpl
@@ -1,6 +1,7 @@
<FORM METHOD="POST" ACTION="/admin">
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+{IS_CLASS?<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="{IS_CLASS}">:}
<H2 CLASS="title">Allowed Users For {printer_name}</H2>
@@ -17,7 +18,7 @@
<TR>
<TD></TD>
<TD>
-<INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue">
+<INPUT TYPE="IMAGE" SRC="/images/set-allowed-users.gif" ALT="Set Allowed Users">
</TD>
</TR>
</TABLE>