Monotone-Parent: f8b29d68c36441f92d7ffe8056a95fd25a2fd409

Monotone-Revision: 60b451d63d7516a7e662359127f629d2c70e3f25

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-18T14:44:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-18 14:44:58 +00:00
parent 4e7ed2dab8
commit 67f33463b1
6 changed files with 57 additions and 37 deletions
+2 -2
View File
@@ -301,7 +301,7 @@ function onMenuWriteToContact(event) {
var emailCell = contactRow.down('td', 1);
if (!emailCell.firstChild) { // .nodeValue is the contact email address
window.alert(labels["The selected contact has no email address."].decodeEntities());
window.alert(labels["The selected contact has no email address."]);
return false;
}
@@ -343,7 +343,7 @@ function onToolbarWriteToSelectedContacts(event) {
}
if (rowsWithEmail == 0) {
window.alert(labels["The selected contact has no email address."].decodeEntities());
window.alert(labels["The selected contact has no email address."]);
}
else if (document.body.hasClassName("popup"))
window.close();