summaryrefslogtreecommitdiffstats
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
commit78214a3b1382f0aceb1e6ed63625fbafb781d76d (patch)
tree5681a0d76597876bafbeb4d3ed86ca73189e3643
parentf2a7bcde7861ce8bdf014a46463fcd97000c3060 (diff)
downloadacf-samba-78214a3b1382f0aceb1e6ed63625fbafb781d76d.tar.bz2
acf-samba-78214a3b1382f0aceb1e6ed63625fbafb781d76d.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/samba/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--samba-join-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
index 81857af..12afb09 100644
--- a/samba-join-html.lsp
+++ b/samba-join-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 %>