From 99457fa341d33006c4ff8b2b81196e5de60abb6a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 25 Aug 2011 19:59:33 +0000 Subject: Cleaned up use of config files --- weblog-createsource-html.lsp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) mode change 100644 => 120000 weblog-createsource-html.lsp (limited to 'weblog-createsource-html.lsp') diff --git a/weblog-createsource-html.lsp b/weblog-createsource-html.lsp deleted file mode 100644 index c15e30e..0000000 --- a/weblog-createsource-html.lsp +++ /dev/null @@ -1,14 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("viewfunctions") -%> - -

<%= html.html_escape(form.label) %>

-<% - 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) -%> diff --git a/weblog-createsource-html.lsp b/weblog-createsource-html.lsp new file mode 120000 index 0000000..d076f78 --- /dev/null +++ b/weblog-createsource-html.lsp @@ -0,0 +1 @@ +weblog-editsource-html.lsp \ No newline at end of file -- cgit v1.2.3