summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dhcp-editnet-html.lsp11
1 files changed, 8 insertions, 3 deletions
diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp
index 694a74f..9adfe2f 100644
--- a/dhcp-editnet-html.lsp
+++ b/dhcp-editnet-html.lsp
@@ -78,8 +78,13 @@
end
?>
</select></dd>
-</form>
-</DL>
+</dl>
-<form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?>" method="POST">
+<h2>Submit/Cancel</h2>
+<dl>
+<dt>Submit above settings</dt>
+<dd><input type="submit" name="cmd" value="update" class="submit"></dd>
+<dt>Cancel and go back</dt><dd><input type=submit name="cmd" value="back" class="submit"></form></dd>
+</DL>
+</form>