]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/view_message.html
* Added the words 'to' and 'Subject:' back into the message header displays.
[citadel.git] / webcit / static / t / view_message.html
index daed09e0993e8ffdae83586508644a4195bdb5bd..94a3931e587dc5c5f333228f05d4e037822a9816 100644 (file)
@@ -10,7 +10,7 @@ onMouseOut=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="hidden
 <??("COND:MAIL:SUMM:RFCA", 3)><a href="showuser?who=<?MAIL:SUMM:FROM("Q")>"><?MAIL:SUMM:FROM("X")></a> <??("X", 3)><?!("COND:MAIL:SUMM:OTHERNODE",3)> @ <?MAIL:SUMM:H_NODE><??("X",3)>
 <??("X", 1)>
  <?!("COND:MAIL:ANON", 4)>***<??("X", 4)>
- <?MAIL:SUMM:TO("X")><br/>
+ <?_("to")> <?MAIL:SUMM:TO("X")><br/>
  <?!("COND:MAIL:SUMM:CCCC", 5)><?_("CC:")><?MAIL:SUMM:CCCC("X")><??("X", 5)>
 
 
@@ -32,7 +32,7 @@ onMouseOut=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="hidden
 
    <a href="#" onclick="window.open('printmsg/<?MAIL:SUMM:N>', 'print<?MAIL:SUMM:N>', 'toolbar=no,location=no,directories=no,copyhistory=no,status=yes,scrollbars=yes,resizable=yes,width=600,height=400'); "><span>[</span><?_("Print")><span>]</span></a>
  </p>
- <p class="message_subject"><?MAIL:SUMM:SUBJECT></p>
+ <p class="message_subject"><?_("Subject:")> <?MAIL:SUMM:SUBJECT></p>
 </div>
 <div class="message_content"><div>
 <?MAIL:BODY>