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
commitab30a0472dd1aaa01eeb9b2804579255b90b4a80 (patch)
tree0ead0cfceb898e59c29523cd55a762963abc4448
parent7a7a2ef2e3117dc8c0ae217b68a29150c266f690 (diff)
downloadacf-shorewall-ab30a0472dd1aaa01eeb9b2804579255b90b4a80.tar.bz2
acf-shorewall-ab30a0472dd1aaa01eeb9b2804579255b90b4a80.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/shorewall/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--shorewall-listfiles-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 031839c..3e1c035 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -9,7 +9,7 @@ io.write("</span>")
--]]
%>
-<% displaycommandresults({"edit", "check"}, session) %>
+<% displaycommandresults({"edit", "check", "startstop"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")