diff options
author | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2008-10-27 21:56:38 +0000 |
---|---|---|
committer | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2008-10-27 21:56:38 +0000 |
commit | e4572d571c24d8e71db08ab9ec16210c2428c761 (patch) | |
tree | c592c8735b59de63e245859661f66115d9dd20a0 /templates | |
parent | 28b9d139c05c6edd6ebc25f466792b8e806d0fa6 (diff) | |
download | cups-e4572d571c24d8e71db08ab9ec16210c2428c761.tar.gz |
Merge changes from CUPS 1.4svn-r8088, the real official 1.4b1!
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1035 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates')
-rw-r--r-- | templates/edit-config.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/edit-config.tmpl b/templates/edit-config.tmpl index 4aa78f944..ea45d81f5 100644 --- a/templates/edit-config.tmpl +++ b/templates/edit-config.tmpl @@ -5,7 +5,9 @@ function reset_config() } </SCRIPT> -<H2 CLASS="title">Server Configuration File</H2> +<DIV CLASS="indent"> + +<H2 CLASS="title">Edit Configuration File</H2> <FORM NAME="cups" METHOD="POST" ACTION="/admin/"> @@ -18,3 +20,5 @@ function reset_config() onClick="reset_config();"></P> </FORM> + +</DIV> |