summaryrefslogtreecommitdiffstats
path: root/openvpn-listcerts-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:31:44 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:31:44 +0000
commitfee2df29ee84806abeedb41e760a1c07b7dd93a2 (patch)
tree136d62ff90df087653f1b12e00f1ec2ffd72bd83 /openvpn-listcerts-html.lsp
parent58bf86b51a85301af9d0e144103816178c50f4d8 (diff)
downloadacf-openvpn-fee2df29ee84806abeedb41e760a1c07b7dd93a2.tar.bz2
acf-openvpn-fee2df29ee84806abeedb41e760a1c07b7dd93a2.tar.xz
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
Diffstat (limited to 'openvpn-listcerts-html.lsp')
-rw-r--r--openvpn-listcerts-html.lsp6
1 files changed, 3 insertions, 3 deletions
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) %>
<H1><%= html.html_escape(view.label) %></H1>