summaryrefslogtreecommitdiffstats
path: root/weblog-createsource-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-08-25 19:59:33 +0000
committerTed Trask <ttrask01@yahoo.com>2011-08-25 19:59:33 +0000
commit99457fa341d33006c4ff8b2b81196e5de60abb6a (patch)
tree0ca5df36c699c348cd6e2c3c50a7c53ee067611c /weblog-createsource-html.lsp
parentf04f17d0d906bbe65a2020551b57774e993543c7 (diff)
downloadacf-weblog-99457fa341d33006c4ff8b2b81196e5de60abb6a.tar.bz2
acf-weblog-99457fa341d33006c4ff8b2b81196e5de60abb6a.tar.xz
Cleaned up use of config files
Diffstat (limited to 'weblog-createsource-html.lsp')
l---------[-rw-r--r--]weblog-createsource-html.lsp15
1 files changed, 1 insertions, 14 deletions
diff --git a/weblog-createsource-html.lsp b/weblog-createsource-html.lsp
index c15e30e..d076f78 100644..120000
--- a/weblog-createsource-html.lsp
+++ b/weblog-createsource-html.lsp
@@ -1,14 +1 @@
-<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
-%>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.passwd.type = "password"
- if page_info.action == "editsource" then
- form.value.sourcename.readonly = true
- end
- local order = {"sourcename", "enabled", "source", "method", "userid", "passwd"}
- displayform(form, order)
-%>
+weblog-editsource-html.lsp \ No newline at end of file