summaryrefslogtreecommitdiffstats
path: root/dnsmasq-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:45:17 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:45:17 +0000
commite74fc9bdb05fe031297ba2d8d6e24c72c120a50f (patch)
treecc1efea25c799eac97d811399b088cb8abaf521a /dnsmasq-config-html.lsp
parent95294a2f878208e9570c891a0911aafe87e1c0f6 (diff)
downloadacf-dnsmasq-e74fc9bdb05fe031297ba2d8d6e24c72c120a50f.tar.bz2
acf-dnsmasq-e74fc9bdb05fe031297ba2d8d6e24c72c120a50f.tar.xz
UI fix, bumped to 0.2.1v0.2.1
Diffstat (limited to 'dnsmasq-config-html.lsp')
-rw-r--r--dnsmasq-config-html.lsp17
1 files changed, 10 insertions, 7 deletions
diff --git a/dnsmasq-config-html.lsp b/dnsmasq-config-html.lsp
index cb0060a..0b3e98e 100644
--- a/dnsmasq-config-html.lsp
+++ b/dnsmasq-config-html.lsp
@@ -20,35 +20,38 @@ end %>
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
displayformstart(form)
%>
+</DL>
<H2>General Parameters</H2>
-<dl>
+<DL>
<%
displayformitem(form.value.interface, "interface")
displayformitem(form.value.listen_address, "listen_address")
displayformitem(form.value.domain, "domain")
%>
-</dl>
-
+</DL>
<H2>DNS Parameters</H2>
-<dl>
+<DL>
<%
displayformitem(form.value.mx_host, "mx_host")
%>
-</dl>
+</DL>
<H2>DHCP Parameters</H2>
-<dl>
+<DL>
<%
displayformitem(form.value.dhcp_range, "dhcp_range")
displayformitem(form.value.no_dhcp_interface, "no_dhcp_interface")
displayformitem(form.value.dhcp_host, "dhcp_host")
displayformitem(form.value.dhcp_option, "dhcp_option")
%>
-</dl>
+</DL>
+<H2>Save Changes</H2>
+<DL>
<%
displayformend(form)
%>
+</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")