summaryrefslogtreecommitdiffstats
path: root/app/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
commitbf06405854b19097e4aa1d3981f5e78727331d8c (patch)
tree2f9659d15071723d342c435aeeb5d92bfd0b691e /app/expert-html.lsp
parent8997f1f6dc27262042a30c35266a95672e4406d4 (diff)
downloadacf-core-bf06405854b19097e4aa1d3981f5e78727331d8c.tar.bz2
acf-core-bf06405854b19097e4aa1d3981f5e78727331d8c.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/core/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/expert-html.lsp')
-rw-r--r--app/expert-html.lsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/expert-html.lsp b/app/expert-html.lsp
index d349048..24213a7 100644
--- a/app/expert-html.lsp
+++ b/app/expert-html.lsp
@@ -1,6 +1,8 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
+<% displaycommandresults({"startstop"}, session) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>