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
commit44f5f9d989a0a928ea0f1b651b91c6dc092208f9 (patch)
tree4c0709aad872fb567e218bc72f381a1eb597930b
parentb9fa0863345ea52d8aa8a563b5fc7981f160de6a (diff)
downloadacf-fetchmail-44f5f9d989a0a928ea0f1b651b91c6dc092208f9.tar.bz2
acf-fetchmail-44f5f9d989a0a928ea0f1b651b91c6dc092208f9.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/fetchmail/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--fetchmail-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index ac44511..756281c 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %>
+<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry", "startstop"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")