merge of '6c3973de5dad3f2478a806c7eb196f3a1a7d66a8'

and '8c3f435e214cb69b7980be52ef28c9a08c8f6385'

Monotone-Parent: 6c3973de5dad3f2478a806c7eb196f3a1a7d66a8
Monotone-Parent: 8c3f435e214cb69b7980be52ef28c9a08c8f6385
Monotone-Revision: 82a45236051a8825c5786369ead73de38b7f5183

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-07-20T17:39:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-07-20 17:39:10 +00:00
2 changed files with 5 additions and 1 deletions

3
NEWS
View File

@@ -22,6 +22,9 @@
display
- added the ability to specify a time range when requesting a time slot
suggestion
- added live-loading support in the webmail interface with caching support
- updated CKEditor and improved its integration with the current user
language for automatic spell checking support
- added support for displaying photos from contacts
- added a Ukrainian translation
- updated the Czech translation

View File

@@ -448,7 +448,8 @@ function deleteMessageWithDelay(url, id, mailbox, messageId) {
}
function onPrintCurrentMessage(event) {
var rowIds = $("messageList").getSelectedRowsId();
var messageList = $("messageListBody").down("TBODY");
var rowIds = messageList.getSelectedNodes();
if (rowIds.length == 0) {
window.alert(_("Please select a message to print."));
}