summaryrefslogtreecommitdiffstats
path: root/openssh-config-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
commit969b9a4e40ceff5f0d1bced1d903c6cc2494e2e1 (patch)
treedbbbfcc6164b3e795e0deb75c132c3b0cc431f49 /openssh-config-html.lsp
parent9a08c4d807d88a92362e1e5af742086ea4e72c25 (diff)
downloadacf-openssh-969b9a4e40ceff5f0d1bced1d903c6cc2494e2e1.tar.bz2
acf-openssh-969b9a4e40ceff5f0d1bced1d903c6cc2494e2e1.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/openssh/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssh-config-html.lsp')
-rw-r--r--openssh-config-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/openssh-config-html.lsp b/openssh-config-html.lsp
index 6990014..64b162c 100644
--- a/openssh-config-html.lsp
+++ b/openssh-config-html.lsp
@@ -1,7 +1,9 @@
-<% local form, viewlibrary, page_info = ...
+<% local form, viewlibrary, page_info, session = ...
require("viewfunctions")
%>
+<% displaycommandresults({"startstop"}, session) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>