summaryrefslogtreecommitdiffstats
path: root/samba-editshare-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-27 02:47:51 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-27 02:47:51 +0000
commite1e2380851d4b16dd6387fe237b4faf1d4dd69fd (patch)
tree73e6d492c38feb02b2c903e4b7fdc43c1ac37bb5 /samba-editshare-html.lsp
parentaecf84c7d5d8d45396cd15c9e6490ac821c36558 (diff)
downloadacf-samba-e1e2380851d4b16dd6387fe237b4faf1d4dd69fd.tar.bz2
acf-samba-e1e2380851d4b16dd6387fe237b4faf1d4dd69fd.tar.xz
Removed unneeded views by updating CFE for autoview
Diffstat (limited to 'samba-editshare-html.lsp')
-rw-r--r--samba-editshare-html.lsp11
1 files changed, 0 insertions, 11 deletions
diff --git a/samba-editshare-html.lsp b/samba-editshare-html.lsp
deleted file mode 100644
index d53d861..0000000
--- a/samba-editshare-html.lsp
+++ /dev/null
@@ -1,11 +0,0 @@
-<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- local order = {"name", "valid", "comment", "path", "browseable", "guest", "printable", "writable"}
- htmlviewfunctions.displayform(form, order, {"other"})
-%>