summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:28:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:28:54 +0000
commit8ba14caa082f7b1195db58f96375f6240630200c (patch)
treebd1bb150db4fa89235ccf9656b3287134ba0cda0 /opennhrp-show-html.lsp
parent5e7a02f85b5ef2a7f9824a4fc68f9e4e91015016 (diff)
downloadacf-opennhrp-8ba14caa082f7b1195db58f96375f6240630200c.tar.bz2
acf-opennhrp-8ba14caa082f7b1195db58f96375f6240630200c.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 'opennhrp-show-html.lsp')
-rw-r--r--opennhrp-show-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
index 5725861..9ca12f6 100644
--- a/opennhrp-show-html.lsp
+++ b/opennhrp-show-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -9,7 +9,7 @@ end %>
<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
-displayitem(data.value.status)
+htmlviewfunctions.displayitem(data.value.status)
%>
<DT><%= html.html_escape(data.value.peers_list.label) %></DT>
<DD>