summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-01-31 11:35:25 -0500
committerTed Trask <ttrask01@yahoo.com>2015-01-31 11:35:25 -0500
commit04feaaceb5de55bf95dfc712ab97641b194a222b (patch)
treecfe683f7dfb73e55ddb59cdc2692d9e87e7af908 /openssl-status-html.lsp
parentaac2c6c96fe4be58b4ad7de8840542471903e806 (diff)
downloadacf-openssl-04feaaceb5de55bf95dfc712ab97641b194a222b.tar.bz2
acf-openssl-04feaaceb5de55bf95dfc712ab97641b194a222b.tar.xz
Updated the three download/stream actions to properly handle clientdata in the model
Relies on acf-core-0.19 update to template-stream.html
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 3dfb813..e980114 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -45,8 +45,8 @@ end
<%
if not view.value.cacert.errtxt and viewlibrary.check_permission("downloadcacert") then
htmlviewfunctions.displaysectionstart(cfe({label="Download CA Cert"}), page_info, header_level)
- htmlviewfunctions.displayitem(cfe({type="link", value={certtype=cfe({type="hidden", value="pem"}), viewtype=cfe({type="hidden", value="stream"})}, label="", option="Download PEM", action="downloadcacert"}), page_info, -1)
- htmlviewfunctions.displayitem(cfe({type="link", value={certtype=cfe({type="hidden", value="der"}), viewtype=cfe({type="hidden", value="stream"})}, label="", option="Download DER", action="downloadcacert"}), page_info, -1)
+ htmlviewfunctions.displayitem(cfe({type="link", value={certtype=cfe({type="hidden", value="PEM"}), viewtype=cfe({type="hidden", value="stream"})}, label="", option="Download PEM", action="downloadcacert"}), page_info, -1)
+ htmlviewfunctions.displayitem(cfe({type="link", value={certtype=cfe({type="hidden", value="DER"}), viewtype=cfe({type="hidden", value="stream"})}, label="", option="Download DER", action="downloadcacert"}), page_info, -1)
htmlviewfunctions.displaysectionend(header_level)
end
%>