diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-09 16:03:54 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-09 16:03:54 +0000 |
commit | 7c8b2854e579402d546b41457828bf7622868d5a (patch) | |
tree | 221b97c46f75c98fb51b737e9d0c91d641ed2944 /dansguardian-plain-html.lsp | |
parent | f90fc06725a956945bd6bb096092b43a18e01547 (diff) | |
download | acf-squid-7c8b2854e579402d546b41457828bf7622868d5a.tar.bz2 acf-squid-7c8b2854e579402d546b41457828bf7622868d5a.tar.xz |
updates on gui and functionality of squid and dansguardian acfs
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@520 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dansguardian-plain-html.lsp')
-rw-r--r-- | dansguardian-plain-html.lsp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dansguardian-plain-html.lsp b/dansguardian-plain-html.lsp index 184efaf..2e24fd0 100644 --- a/dansguardian-plain-html.lsp +++ b/dansguardian-plain-html.lsp @@ -47,7 +47,7 @@ until you restart the service. </p> <form action="" method="POST"> -<h1>Configuration</h1> +<h2>Configuration</h2> <pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> These parameters define the interface and port that Dansguardian uses to accept connections.<br><br> @@ -55,6 +55,7 @@ These parameters define the interface and port that Dansguardian uses to accept <tr><td><textarea name="config" style="width:100%"><? io.write( service.config ) ?></textarea></td></tr> </table><br> -<input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br> +<h3>Save Changes</h3> +<dt>Save the contents of the above box</dt><dd><input class="submit" type="submit" name="cmd" value="save" style="width:100px"></dd> </form> |