diff options
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 4962d4f..ab7ff26 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -1,6 +1,8 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> +<% displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet"}, session) %> + <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> @@ -10,6 +12,7 @@ end %> <DL> <dt>Edit global settings</dt> <dd><form action="<%= page_info.script .. page_info.prefix .. page_info.controller .. "/settings" %>" method="POST"> +<input class="hidden" type="hidden" name="redir" value="<%= page_info.orig_action %>" > <input type=submit value="Edit" class="submit"> </form></dd> </DL> |