diff options
Diffstat (limited to 'openssl-read-html.lsp')
-rw-r--r-- | openssl-read-html.lsp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl-read-html.lsp b/openssl-read-html.lsp index 21fa0c0..27c31f2 100644 --- a/openssl-read-html.lsp +++ b/openssl-read-html.lsp @@ -139,6 +139,9 @@ end %> if viewlibrary.check_permission("deletecert") then htmlviewfunctions.displayitem(cfe({type="form", value={cert=crt, cadir=cadir}, label="", option="Delete", action="deletecert"}), page_info, -1) end + if viewlibrary.check_permission("managesubca") and cert.certtype == "ssl_ca_cert" then + htmlviewfunctions.displayitem(cfe({type="form", value={cert=crt, cadir=cadir}, label="", option="Manage", action="managesubca"}), page_info, -1) + end %> </td> <td><%= html.html_escape(cert.user) %></td> |