mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user