diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:30:48 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 01:30:48 +0000 |
commit | 2709d2ce6ab6f6d299bf44f2f209552438cf6a41 (patch) | |
tree | 972626385dd163bdbfbf23ce19596d15cd103d6b /openssl-html.lsp | |
parent | 83e08cd13891c97f9a0e4edf9d262860fc036d29 (diff) | |
download | acf-openssl-2709d2ce6ab6f6d299bf44f2f209552438cf6a41.tar.bz2 acf-openssl-2709d2ce6ab6f6d299bf44f2f209552438cf6a41.tar.xz |
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model)
Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'openssl-html.lsp')
-rw-r--r-- | openssl-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-html.lsp b/openssl-html.lsp index d6431fa..1857ce4 100644 --- a/openssl-html.lsp +++ b/openssl-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> <script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script> <script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery.tablesorter.js"></script> @@ -11,7 +11,7 @@ }); </script> -<% displaycommandresults({"approve", "deleterequest", "deletemyrequest", "renewcert", "requestrenewcert", "revoke", "deletecert"}, session) %> +<% htmlviewfunctions.displaycommandresults({"approve", "deleterequest", "deletemyrequest", "renewcert", "requestrenewcert", "revoke", "deletecert"}, session) %> <H1>Pending certificate requests<% if view.value.user then%> for <%= html.html_escape(view.value.user.value) %><% end %></H1> <DL> |