From 1cdca3b077976e255a0fe97a081e9d4f7f94d9e2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sun, 28 Oct 2012 22:43:04 +0000 Subject: Removed unneeded views by updating CFE for autoview --- fetchmail-editentry-html.lsp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 fetchmail-editentry-html.lsp (limited to 'fetchmail-editentry-html.lsp') diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp deleted file mode 100644 index 3112425..0000000 --- a/fetchmail-editentry-html.lsp +++ /dev/null @@ -1,18 +0,0 @@ -<% local form, viewlibrary, page_info = ... -require("htmlviewfunctions") -html = require("acf.html") -%> - -

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

-<% - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - if page_info.action == "editentry" then - form.value.remotehost.readonly = true - form.value.method.type = "text" - form.value.method.readonly = true - form.value.remotemailbox.readonly = true - form.value.localdomain.readonly = true - end - local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "ssl", "localhost", "localmailbox", "localdomain", "envelope" } - htmlviewfunctions.displayform(form, order) -%> -- cgit v1.2.3