summaryrefslogtreecommitdiffstats
path: root/samba-listshares-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:55:49 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:55:49 +0000
commit6d2b9bb0b145a92277bb4916e678ad82b4be2b5a (patch)
treed346bce397201fae762b818aef92090c6a2b3a95 /samba-listshares-html.lsp
parentee900ecaab5e81969abdeeb8435fce4face0f456 (diff)
downloadacf-samba-6d2b9bb0b145a92277bb4916e678ad82b4be2b5a.tar.bz2
acf-samba-6d2b9bb0b145a92277bb4916e678ad82b4be2b5a.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 'samba-listshares-html.lsp')
-rw-r--r--samba-listshares-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/samba-listshares-html.lsp b/samba-listshares-html.lsp
index 1091c94..e118a70 100644
--- a/samba-listshares-html.lsp
+++ b/samba-listshares-html.lsp
@@ -1,9 +1,9 @@
<% local view, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"editshare", "deleteshare"}, session) %>
-<% displaycommandresults({"createshare"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"editshare", "deleteshare"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"createshare"}, session, true) %>
<H1>Shares</H1>
<DL>