summaryrefslogtreecommitdiffstats
path: root/weblog-editsource-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 02:02:10 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 02:02:10 +0000
commit68a8022f6bebd4df4f4e737ba110615ba849b8dc (patch)
tree755ea9b377c3d4553de6f406434eac3bf4edad5a /weblog-editsource-html.lsp
parentd9fa806c3744755c76ab914ac54ce137456c0193 (diff)
downloadacf-weblog-68a8022f6bebd4df4f4e737ba110615ba849b8dc.tar.bz2
acf-weblog-68a8022f6bebd4df4f4e737ba110615ba849b8dc.tar.xz
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'weblog-editsource-html.lsp')
-rw-r--r--weblog-editsource-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog-editsource-html.lsp b/weblog-editsource-html.lsp
index c15e30e..06f6d9a 100644
--- a/weblog-editsource-html.lsp
+++ b/weblog-editsource-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
@@ -10,5 +10,5 @@ require("viewfunctions")
form.value.sourcename.readonly = true
end
local order = {"sourcename", "enabled", "source", "method", "userid", "passwd"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>