summaryrefslogtreecommitdiffstats
path: root/ipsectools-expert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:21:25 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:21:25 +0000
commit72dedfca943bb7a74598415d4f5d40cd555b0dec (patch)
treece5a7a340b8d6ce0eb8cdf1da7d2530c58e8d475 /ipsectools-expert-html.lsp
parent86c509c01b3ee85ea2d35bc3f21936772d6e16f0 (diff)
downloadacf-ipsec-tools-72dedfca943bb7a74598415d4f5d40cd555b0dec.tar.bz2
acf-ipsec-tools-72dedfca943bb7a74598415d4f5d40cd555b0dec.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 'ipsectools-expert-html.lsp')
-rw-r--r--ipsectools-expert-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsectools-expert-html.lsp b/ipsectools-expert-html.lsp
index 9f8c397..4b214cb 100644
--- a/ipsectools-expert-html.lsp
+++ b/ipsectools-expert-html.lsp
@@ -1,7 +1,7 @@
<% local data, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"editracoon", "editipsec"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"editracoon", "editipsec"}, session, true) %>
<%
viewlibrary.dispatch_component("status")