From e74fc9bdb05fe031297ba2d8d6e24c72c120a50f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:45:17 +0000 Subject: UI fix, bumped to 0.2.1 --- Makefile | 2 +- dnsmasq-config-html.lsp | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index d4d4d5a..c516ebd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=dnsmasq PACKAGE=acf-$(APP_NAME) -VERSION=0.2.0 +VERSION=0.2.1 APP_DIST=\ dnsmasq* \ 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) %> +

General Parameters

-
+
<% displayformitem(form.value.interface, "interface") displayformitem(form.value.listen_address, "listen_address") displayformitem(form.value.domain, "domain") %> -
- +

DNS Parameters

-
+
<% displayformitem(form.value.mx_host, "mx_host") %> -
+

DHCP Parameters

-
+
<% 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") %> -
+
+

Save Changes

+
<% displayformend(form) %> +
<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") -- cgit v1.2.3