summaryrefslogtreecommitdiffstats
path: root/ipsectools-expert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-22 20:36:29 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-22 20:36:29 +0000
commit35e6e1ea361e124324ba3a1c89cdb10ede9e433f (patch)
tree58309c4cb8b743ef35785b9d72020a05f7579706 /ipsectools-expert-html.lsp
parent39a332439796068a1eceba4fe526ba5e99452a75 (diff)
downloadacf-ipsec-tools-35e6e1ea361e124324ba3a1c89cdb10ede9e433f.tar.bz2
acf-ipsec-tools-35e6e1ea361e124324ba3a1c89cdb10ede9e433f.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/ipsec-tools/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'ipsectools-expert-html.lsp')
-rw-r--r--ipsectools-expert-html.lsp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipsectools-expert-html.lsp b/ipsectools-expert-html.lsp
index e699690..8ca46ac 100644
--- a/ipsectools-expert-html.lsp
+++ b/ipsectools-expert-html.lsp
@@ -1,4 +1,7 @@
-<% local data, viewlibrary = ... %>
+<% local data, viewlibrary, page_info, session = ... %>
+
+<% displaycommandresults({"startstop"}, session) %>
+<% displaycommandresults({"editracoon", "editipsec"}, session, true) %>
<%
viewlibrary.dispatch_component("status")