From 59ff410ce2fba75c775e287c8190e1e7505aa2ab Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 18 Jul 2005 20:22:48 +0000 Subject: [PATCH] added email validation (#1483) git-svn-id: http://svn.opengroupware.org/SOGo/trunk@812 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Templates/ChangeLog | 7 ++ .../Templates/ContactsUI/UIxContactEditor.wox | 89 ++++++++----------- .../ContactsUI/UIxContactsListView.wox | 29 +++--- .../Templates/MailerUI/UIxMailMainFrame.wox | 5 +- SOGo/UI/Templates/UIxPageFrame.wox | 1 + 5 files changed, 58 insertions(+), 73 deletions(-) diff --git a/SOGo/UI/Templates/ChangeLog b/SOGo/UI/Templates/ChangeLog index acffd510..602c63c6 100644 --- a/SOGo/UI/Templates/ChangeLog +++ b/SOGo/UI/Templates/ChangeLog @@ -1,5 +1,12 @@ 2005-07-18 Helge Hess + * ContactsUI/UIxContactEditor.wox: validate email field prior form + submit (#1483) + + * MailerUI/UIxMailMainFrame.wox: removed searchfield.js from + + * UIxPageFrame.wox: added generic.js to + * ContactsUI/UIxContactsListView.wox: fixed a static reference to /sogod.woa/ diff --git a/SOGo/UI/Templates/ContactsUI/UIxContactEditor.wox b/SOGo/UI/Templates/ContactsUI/UIxContactEditor.wox index 64c83fc3..9ac83421 100644 --- a/SOGo/UI/Templates/ContactsUI/UIxContactEditor.wox +++ b/SOGo/UI/Templates/ContactsUI/UIxContactEditor.wox @@ -1,11 +1,12 @@ - - +
@@ -62,10 +60,7 @@
+ nowrap="true" valign="middle" align="center"> - - - + + diff --git a/SOGo/UI/Templates/UIxPageFrame.wox b/SOGo/UI/Templates/UIxPageFrame.wox index 4c6f9f99..2758fe42 100644 --- a/SOGo/UI/Templates/UIxPageFrame.wox +++ b/SOGo/UI/Templates/UIxPageFrame.wox @@ -15,6 +15,7 @@ + -- 2.39.5