summaryrefslogtreecommitdiffstats
path: root/tinydns-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-config-html.lsp')
-rwxr-xr-xtinydns-config-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp
index 1119a50..a213785 100755
--- a/tinydns-config-html.lsp
+++ b/tinydns-config-html.lsp
@@ -1,4 +1,4 @@
-<? local form, viewlibrary = ...
+<? local form, viewlibrary, page_info = ...
require("viewfunctions")
?>
<?
@@ -13,9 +13,9 @@ io.write("</span>")
viewlibrary.dispatch_component("status")
end ?>
-<h1>CONFIGURATION</h1>
-<h2><?= form.label ?></h2>
+<h1><?= form.label ?></h1>
<?
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
displayform(form)
?>