<% 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", "ssl", "localhost", "localmailbox", "localdomain" } displayform(form, order) %>