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"); }