summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-09 13:27:17 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-09 13:27:17 +0000
commit3bfa521583a43058c1e2b1c7b89f5d5bcf59f94b (patch)
treef0101bc9c5e0f86f6b2329f66d3c63e28251aed3 /tinydns-status-html.lsp
parent63e8c6b82c980876ddc522174970e5b1b9014b06 (diff)
downloadacf-tinydns-3bfa521583a43058c1e2b1c7b89f5d5bcf59f94b.tar.bz2
acf-tinydns-3bfa521583a43058c1e2b1c7b89f5d5bcf59f94b.tar.xz
Graphical bugfix.
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@971 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r--tinydns-status-html.lsp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp
index 17a1b60..d659aa7 100644
--- a/tinydns-status-html.lsp
+++ b/tinydns-status-html.lsp
@@ -10,16 +10,20 @@ io.write("</span>")
?>
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
+<?
+local myform = form.config.locations
+?>
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<H3>Locations</H3>
<?
-local myform = form.config.locations
io.write("<DL>")
if (myform) and (myform.value) then
local val = myform