From 6311ffeb8a444f60cae2fd857de771811d2931b9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 13 Sep 2010 08:08:34 +0000 Subject: Removed non-existant fields from view --- vmail-editusersettings-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmail-editusersettings-html.lsp b/vmail-editusersettings-html.lsp index 77cb5bf..4efe709 100644 --- a/vmail-editusersettings-html.lsp +++ b/vmail-editusersettings-html.lsp @@ -10,6 +10,6 @@ require("viewfunctions") end form.value["vm-password"].type = "password" form.value["vm-password-confirm"].type = "password" - local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages", "vm-say-caller-id", "vm-say-envelope"} + local order = {"username", "fullname", "vm-password", "vm-password-confirm", "vm-mailto", "vm-email-all-messages", "vm-attach-file", "vm-keep-local-after-email", "vm-notify-mailto", "vm-notify-email-all-messages"} displayform(form, order) %> -- cgit v1.2.3