summaryrefslogtreecommitdiffstats
path: root/logfiles-tail-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-23 14:49:39 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-23 14:49:39 +0000
commit9291a3452b2d86403a1f4be559736df58571c3f2 (patch)
tree9505f542ba5fc4fab1ded8e6a17c7ee24599d0fb /logfiles-tail-html.lsp
parent6d638ac9d28eac2c144d229359b64c0edaee2b4d (diff)
downloadacf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.bz2
acf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.xz
Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions
Diffstat (limited to 'logfiles-tail-html.lsp')
-rw-r--r--logfiles-tail-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp
index 921439c..1f63e91 100644
--- a/logfiles-tail-html.lsp
+++ b/logfiles-tail-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"></script>
<script type="text/javascript">
@@ -59,10 +59,10 @@
<H1>Tail File</H1>
<DL>
<%
-displayitem(form.value.filename)
-displayitem(form.value.filesize)
+htmlviewfunctions.displayitem(form.value.filename)
+htmlviewfunctions.displayitem(form.value.filesize)
if form.value.grep.value ~= "" then
- displayitem(form.value.grep)
+ htmlviewfunctions.displayitem(form.value.grep)
end
%>
<textarea id="filecontent">