summaryrefslogtreecommitdiffstats
path: root/openssl-status-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
commit43fd3885c5bba43973bf45ce1f0b08e122693196 (patch)
tree80f49a5062fa2493eae651e966b0ea05c7380db6 /openssl-status-html.lsp
parent0dbeff8afd1f56b1ef5cc19acf9c4e34356c2980 (diff)
downloadacf-openssl-43fd3885c5bba43973bf45ce1f0b08e122693196.tar.bz2
acf-openssl-43fd3885c5bba43973bf45ce1f0b08e122693196.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/openssl/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 10e5069..b1b59ea 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -5,6 +5,8 @@
io.write(html.cfe_unpack(view))
--]] %>
+<% displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %>
+
<H1>System Info</H1>
<DL>
<% displayitem(view.value.version) %>