diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:55:18 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:55:18 +0000 |
commit | b8fd03d42b01372c2f2468b1ae2bc4e4204991a3 (patch) | |
tree | 0f65137113e58250e015f0b183da779d20ee297a /squid-saccess-html.lsp | |
parent | 84d85cd53ada9585723cd7bd646b47b27fe5e4a0 (diff) | |
download | acf-squid-b8fd03d42b01372c2f2468b1ae2bc4e4204991a3.tar.bz2 acf-squid-b8fd03d42b01372c2f2468b1ae2bc4e4204991a3.tar.xz |
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r-- | squid-saccess-html.lsp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp index d89aa36..1fb6d35 100644 --- a/squid-saccess-html.lsp +++ b/squid-saccess-html.lsp @@ -13,7 +13,7 @@ html = require("acf.html") domain. </p> -<form action="" method="POST"> +<form action="" method="post"> <h2>Special IP Addresses</h2> <p> If you wish to specify hosts that may access the Internet by IP address, @@ -39,7 +39,8 @@ Enter the domain url below. Regular expressions are allowed. <textarea name="s_domain"><%= html.html_escape( service.config.s_domain ) %></textarea> <h3>Save Changes</h3> -<dl> -<dt>Save changes of the above boxes</dt><dd><input class="submit" type="submit" name="submit" value="save"></dd> -</dl> +<div class='item'><p class='left'>Save changes of the above boxes</p> +<div class='right'> +<input class="submit" type="submit" name="submit" value="save"> +</div></div><!-- end .item --> </form> |