mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Fixed the print button from the mail module + updated NEWS file
Monotone-Parent: 2093fd32a32150f9c5060bac5619eea2dbc2f08d Monotone-Revision: 8c3f435e214cb69b7980be52ef28c9a08c8f6385 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-07-20T17:30:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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