mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 22:35:22 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user