From 0219cbf27f77936e86e80cb9a090e0944ec16825 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 20:36:29 +0000 Subject: 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/tcpproxy/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tcpproxy-listsmtpfiles-html.lsp | 1 + tcpproxy-smtpstatus-html.lsp | 1 + 2 files changed, 2 insertions(+) diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp index f323d64..6b067e8 100644 --- a/tcpproxy-listsmtpfiles-html.lsp +++ b/tcpproxy-listsmtpfiles-html.lsp @@ -3,6 +3,7 @@ require("viewfunctions") %> <% displaycommandresults({"editsmtpfile", "delsmtpfile"}, session) %> +<% displaycommandresults({"createsmtpfile"}, session, true) %>

Files

diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp index 97993a4..3a46b19 100644 --- a/tcpproxy-smtpstatus-html.lsp +++ b/tcpproxy-smtpstatus-html.lsp @@ -3,6 +3,7 @@ require("viewfunctions") %> <% displaycommandresults({"editsmtpentry", "delsmtpentry", "editsmtpfile", "delsmtpfile"}, session) %> +<% displaycommandresults({"createsmtpfile"}, session, true) %>

SMTP Proxy Status

-- cgit v1.2.3