From c38cb5200de1b7800d5828190b3240e4ec04b567 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 26 Oct 2009 18:30:06 +0000 Subject: [PATCH] Minor improvements to the contacts list editor. Monotone-Parent: 87f8dab4d95e1de1c7c969e371770ac2d74b83b1 Monotone-Revision: 0750a53ed5f3840d792633c143fd51e07040d486 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-10-26T18:30:06 Monotone-Branch: ca.inverse.sogo --- UI/Templates/ContactsUI/UIxListEditor.wox | 6 ++-- UI/WebServerResources/UIxListEditor.css | 37 +++++++++++++++-------- UI/WebServerResources/UIxListEditor.js | 10 +++--- 3 files changed, 33 insertions(+), 20 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxListEditor.wox b/UI/Templates/ContactsUI/UIxListEditor.wox index 390d90ba7..ec8e0ae57 100644 --- a/UI/Templates/ContactsUI/UIxListEditor.wox +++ b/UI/Templates/ContactsUI/UIxListEditor.wox @@ -18,7 +18,7 @@ onsubmit="return validateListEditor();">

- +
@@ -29,6 +29,7 @@ var:value="description" class="textField" />

+
@@ -48,14 +49,13 @@
-
-
+
"); @@ -29,9 +29,9 @@ function endEditable (event, element) { var card; var name; var mail; - + if (element) { - card = element.readAttribut("card"); + card = element.readAttribute("card"); mail = element.readAttribute("mail"); name = element.readAttribute("uname"); }