diff options
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r-- | openssl-checkenvironment-html.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index 34dede9..54e90f8 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -3,6 +3,12 @@ <% html = require("acf.html") %> <% +if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("getcachain") and page_info.orig_action == page_info.prefix..page_info.controller.."/"..page_info.action then + viewlibrary.dispatch_component("getcachain", {cadir=form.value.cadir.value}) +end +%> + +<% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) if form.value.status.errtxt then htmlviewfunctions.displayformstart(form, page_info) |