From fee2df29ee84806abeedb41e760a1c07b7dd93a2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:31:44 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- openvpn-listcerts-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openvpn-listcerts-html.lsp') diff --git a/openvpn-listcerts-html.lsp b/openvpn-listcerts-html.lsp index 22252fa..7e4a0ab 100644 --- a/openvpn-listcerts-html.lsp +++ b/openvpn-listcerts-html.lsp @@ -1,8 +1,8 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"deletecert", "generatedhparams"}, session) %> -<% displaycommandresults({"uploadcert"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"deletecert", "generatedhparams"}, session) %> +<% htmlviewfunctions.displaycommandresults({"uploadcert"}, session, true) %>

<%= html.html_escape(view.label) %>

-- cgit v1.2.3