]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/section_mailsummary_m.html
* Restored the original date/time display behavior by replacing DATESTR template...
[citadel.git] / webcit / static / t / section_mailsummary_m.html
index 8b96757ce98d55abea62dd7ea525c1e0b5da5a75..350954e979ab0a2ebf31ae1788c20a1a0d1cbb04 100644 (file)
@@ -1,5 +1,5 @@
 <div><div id="m<?MAIL:SUMM:N>" style="font-weight:<?%("COND:MAIL:SUMM:UNREAD", 1, 0, 0, "bold", "normal")>;" onClick="CtdlLoadMsgMouseDown(event,<?MAIL:SUMM:N>)">
 <span class="from"><?MAIL:SUMM:FROM("X")></span>
-<span style="float: right;"><?MAIL:SUMM:DATESTR></span><br/>
+<span style="float: right;"><?MAIL:SUMM:DATEBRIEF></span><br/>
 <span class="subject"><?MAIL:SUMM:SUBJECT("X")></span>
 </div><div id="m_<?MAIL:SUMM:N>" class="msgview" onMouseDown=""></div></div>