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
commitd8d070305a3f16838b95fc303a2742c6bdf96bf5 (patch)
tree9a54b6af866757be826d49ebc925f3a8a863c7a1
parent736d860f1c9171512132de7f5ff67c1ed2cf008d (diff)
downloadacf-alpine-baselayout-d8d070305a3f16838b95fc303a2742c6bdf96bf5.tar.bz2
acf-alpine-baselayout-d8d070305a3f16838b95fc303a2742c6bdf96bf5.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/alpine-baselayout/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--syslog-config-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index efc989f..a8ed0a9 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info = ... %>
+<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
<%
--[[ DEBUG INFORMATION
@@ -8,6 +8,8 @@ io.write("</span>")
--]]
%>
+<% displaycommandresults({"startstop"}, session) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>