summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-18 13:08:27 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-18 13:08:27 +0000
commit4e7348057eec427fdb1b0c86c358e61d531c538f (patch)
tree707800ac4bf3539b7c769a6cf282d0160b5591c8
parentc5a014a279363bb066baaec0a7185c5b40e2183a (diff)
downloadacf-squid-4e7348057eec427fdb1b0c86c358e61d531c538f.tar.bz2
acf-squid-4e7348057eec427fdb1b0c86c358e61d531c538f.tar.xz
updates to squid-digest-html.lsp
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@622 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--squid-digest-html.lsp7
1 files changed, 3 insertions, 4 deletions
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index 2f13432..d459300 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -12,18 +12,17 @@
?>
<h1>Web Proxy Configuration</h1>
+<h2>General Information</h2>
<p>
-<dt>
This panel allows you to edit the list of usernames allowed to access the internet through the squid web proxy.
This list is active only for digest authentication. If you are using NTLM authentication, all domain users are
allowed to use the web proxy.
-</dt>
</p>
-
+<p></p>
<h2>User List</h2>
<form action="" method="POST">
<textarea name="userlist" style="width:100%;"><? io.write( service.config ) ?></textarea>
-
+<p></p>
<h3>Save Changes</h3>
<dt>Save the contents of the box above</dt><dd><input class="submit" type="submit" name="cmd" value="save"></dd>
</form>