diff options
Diffstat (limited to 'weblog-editsource-html.lsp')
-rw-r--r-- | weblog-editsource-html.lsp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/weblog-editsource-html.lsp b/weblog-editsource-html.lsp deleted file mode 100644 index 90fa784..0000000 --- a/weblog-editsource-html.lsp +++ /dev/null @@ -1,15 +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 - 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"} - htmlviewfunctions.displayform(form, order) -%> |