mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-12 16:58:51 +00:00
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:
3
NEWS
3
NEWS
@@ -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
|
||||
|
||||
@@ -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."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user