~ubuntu-branches/ubuntu/jaunty/cups/jaunty-proposed

« back to all changes in this revision

Viewing changes to templates/id/users.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-07-23 08:58:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723085857-snar5iirwgr0djnc
Tags: 1.3.8-1
* New upstream release: some 20 bug fixes, no new features (see
  http://www.cups.org/articles.php?L562 for details).
* Dropped patches, accepted upstream:
  - empty_option_value_crash.dpatch
  - CVE-2008-1722.dpatch
  - glibc2.8_build.dpatch
  - HostNameLookups_values.dpatch
* manpage-typos.dpatch: Most of this got applied to 1.3.8. The ".Sh" ->
  ".SS" fix only got applied to trunk, so backport these remaining ones.
* manpage-translations.dpatch: Update to new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
6
<H2 CLASS="title">Pengguna yang Diperbolehkan untuk {printer_name}</H2>
 
7
 
 
8
<TABLE>
 
9
<TR>
 
10
<TH CLASS="label">Pengguna:</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:}>Memperbolehkan pengguna ini untuk mencetak
 
15
<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Mencegah pengguna ini untuk mencetak
 
16
</TD>
 
17
</TR>
 
18
<TR>
 
19
<TD></TD>
 
20
<TD>
 
21
<INPUT TYPE="IMAGE" SRC="/images/button-set-allowed-users.gif" ALT="Atur Pengguna yang Diperbolehkan">
 
22
</TD>
 
23
</TR>
 
24
</TABLE>
 
25
 
 
26
</FORM>