diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-10-22 20:36:29 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-10-22 20:36:29 +0000 |
commit | c286f48b3e3a72b7e9ac4e763038785a05950312 (patch) | |
tree | 7352613365270bcc1a125802a4ce0dbea57e43dc | |
parent | 4260dd6353273dab0d0bb444915320f161851e50 (diff) | |
download | acf-dhcp-c286f48b3e3a72b7e9ac4e763038785a05950312.tar.bz2 acf-dhcp-c286f48b3e3a72b7e9ac4e763038785a05950312.tar.xz |
Modified viewfunctions displaycommandresults to not delete the error results of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info.
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | dhcp-home-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index ab7ff26..9c24dcf 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet"}, session) %> +<% displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet", "startstop"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") |