From 7675a3125618bad993398d89e2ef91eb238c8bc3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 29 Aug 2008 17:48:19 +0000 Subject: Added config to fetchmail to configure globals and multiple entries. Also added ability to run once and test. Still need support for ETRN and SSL. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1437 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-editentry-html.lsp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fetchmail-editentry-html.lsp (limited to 'fetchmail-editentry-html.lsp') diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp new file mode 100644 index 0000000..410b3ef --- /dev/null +++ b/fetchmail-editentry-html.lsp @@ -0,0 +1,13 @@ +<% local form, viewlibrary, page_info = ... +require("viewfunctions") +%> + +

<%= 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.contenteditable = false + end + local order = { "remotehost", "enabled", "method", "remotemailbox", "remotepassword", "localhost", "localmailbox", "localdomain" } + displayform(form, order) +%> -- cgit v1.2.3