summaryrefslogtreecommitdiffstats
path: root/tinydns-edit-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-26 09:59:53 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-26 09:59:53 +0000
commit4d2325161be2448fb521b1aacc02965e9dfaba64 (patch)
tree4ff09a636a69a2600be37c8afc9ef2024b414ed2 /tinydns-edit-html.lsp
parent62a1ef945a563c7b9b36dcbe889126825ad57fd2 (diff)
downloadacf-tinydns-4d2325161be2448fb521b1aacc02965e9dfaba64.tar.bz2
acf-tinydns-4d2325161be2448fb521b1aacc02965e9dfaba64.tar.xz
Saving work for today.
Create new configfile starts working. Delete configfile (work in progress - still not working). Added information on filesize/modifydate on each configfile. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1048 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'tinydns-edit-html.lsp')
-rw-r--r--tinydns-edit-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index 08dee18..ba9a696 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -40,7 +40,7 @@ io.write(html.form[myform.filecontent.type](myform.filecontent))
<H2>SAVE AND APPLY ABOVE SETTINGS</H2>
<DL>
<?
-local tags = { "cmdsave", }
+local tags = { "cmddelete", "cmdsave", }
displayinfo(myform,tags)
?>
</DL>