<% local form, viewlibrary, page_info = ... require("htmlviewfunctions") %>

<%= 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) %>