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

« back to all changes in this revision

Viewing changes to templates/id/edit-config.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
<SCRIPT TYPE="text/javascript">
 
2
function reset_config()
 
3
{
 
4
  document.cups.CUPSDCONF.value = "{?cupsdconf_default}";
 
5
}
 
6
</SCRIPT>
 
7
 
 
8
<H2 CLASS="title">Berkas Konfigurasi <i>Server</i></H2>
 
9
 
 
10
<FORM NAME="cups" METHOD="POST" ACTION="/admin/">
 
11
 
 
12
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
 
13
 
 
14
<TEXTAREA NAME="CUPSDCONF" COLS="80" ROWS="25">{CUPSDCONF}</TEXTAREA>
 
15
 
 
16
<P><INPUT TYPE="IMAGE" SRC="/images/button-save-changes.gif"
 
17
ALT="Save Changes"> <A
 
18
HREF="javascript:reset_config();"><IMG
 
19
SRC="/images/button-use-default-config.gif" CLASS="button"
 
20
ALT="Use Default Configuration File"></A></P>
 
21
 
 
22
</FORM>