diff options
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 0cfc404..39be215 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -8,15 +8,14 @@ viewlibrary.dispatch_component("status") end %> -<H1>Global Settings</H1> - -<DL> -<dt>Edit global settings</dt> -<dd><form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/settings") %>" method="POST"> +<h1>Global Settings</h1> +<div class='item'><p class='left'>Edit global settings</p> +<div class='right'> +<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/settings") %>" method="post"> <input class="hidden" type="hidden" name="redir" value="<%= html.html_escape(page_info.orig_action) %>" > <input type=submit value="Edit" class="submit"> -</form></dd> -</DL> +</form> +</div></div><!-- end .item --> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listsubnets") |