Replaced JS call to alert by showAlertDialog and fixed z-index CSS attributes.

Monotone-Parent: 4151768064015248480cf2e39394b40daf17d61b
Monotone-Revision: 3cd11326bdc49c91494e0a2e9cf1465efe47c52e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-18T17:24:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-08-18 17:24:55 +00:00
parent cf2ade9fcc
commit 2d1da50d37
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1408,7 +1408,7 @@ function loadMessageCallback(http) {
}
}
else if (http.status == 404) {
alert (_("The message you have selected doesn't exist anymore."));
showAlertDialog (_("The message you have selected doesn't exist anymore."));
Mailer.dataTable.remove(http.callbackData.msguid);
}
else