From 7a4d095d78a9c739a44da16f0e5cdb6d3f564755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 5 Mar 2009 21:28:01 +0000 Subject: [PATCH] * flag the mailview; add all recipients --- webcit/static/mobile.js | 2 +- webcit/static/summaryview.js | 2 +- webcit/static/t/view_message.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/static/mobile.js b/webcit/static/mobile.js index 331827d18..76bc71c40 100644 --- a/webcit/static/mobile.js +++ b/webcit/static/mobile.js @@ -19,7 +19,7 @@ req.onreadystatechange = function (aEvt) { } }; req.send(null); */ - window.location = "/mobilemsg/"+msgnum; + window.location = "/mobilemsg/"+msgnum+"?Mail=1"; } function CtdlHideMsg() { currentMsgDisplay.style.display = "none"; diff --git a/webcit/static/summaryview.js b/webcit/static/summaryview.js index 5fd759616..259d9755e 100644 --- a/webcit/static/summaryview.js +++ b/webcit/static/summaryview.js @@ -263,7 +263,7 @@ function CtdlMessageListClick(evt) { unmarkAllRows(); markedRowId = parent.ctdlRowId; document.getElementById("preview_pane").innerHTML = ""; - new Ajax.Updater('preview_pane', 'msg/'+msgId, {method: 'get'}); + new Ajax.Updater('preview_pane', 'msg/'+msgId+'?Mail=1', {method: 'get'}); markRow(parent); new Ajax.Request('ajax_servcmd', { method: 'post', diff --git a/webcit/static/t/view_message.html b/webcit/static/t/view_message.html index 1d32d0e38..125b06e8a 100644 --- a/webcit/static/t/view_message.html +++ b/webcit/static/t/view_message.html @@ -17,7 +17,7 @@ onMouseOut=document.getElementById("msg").style.visibility="hidden %22%3C%3E&references=%3C%3E&subject=">[] - %22%3C%3E&references=&subject=">[] + %22%3C%3E%2C&references=%3C%3E&subject=">[] ">[] -- 2.30.2