~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to templates/id/edit-config.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

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
<DIV CLASS="indent">
 
9
 
 
10
<H2 CLASS="title">Sunting Berkas Konfigurasi</H2>
 
11
 
 
12
<FORM NAME="cups" METHOD="POST" ACTION="/admin/">
 
13
 
 
14
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
 
15
 
 
16
<TEXTAREA NAME="CUPSDCONF" COLS="80" ROWS="25">{CUPSDCONF}</TEXTAREA>
 
17
 
 
18
<P><INPUT TYPE="SUBMIT" NAME="SAVECHANGES" VALUE="Simpan Perubahan">
 
19
<INPUT TYPE="BUTTON" VALUE="Gunakan Konfigurasi Baku"
 
20
onClick="reset_config();"></P>
 
21
 
 
22
</FORM>
 
23
 
 
24
</DIV>