]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/section_mailsummary.html
* conditionals mustn't have 0 as id; fix the ones who have and add another errormessage.
[citadel.git] / webcit / static / t / section_mailsummary.html
index 048561665831ec75b096184979aa32a6cf6ee008..15e0fef879014044a63a7cfcc82752eee2476741 100644 (file)
@@ -1,4 +1,4 @@
-<tr id="m<?MAIL:SUMM:N>" style="font-weight:<?%("COND:MAIL:SUMM:UNREAD", 0, 0, 0, "bold", "normal")>" onMouseDown="CtdlMoveMsgMouseDown(event,<?MAIL:SUMM:N>)">
+<tr id="m<?MAIL:SUMM:N>" style="font-weight:<?%("COND:MAIL:SUMM:UNREAD", 1, 0, 0, "bold", "normal")>" onMouseDown="CtdlMoveMsgMouseDown(event,<?MAIL:SUMM:N>)">
 <td width=50%><?MAIL:SUMM:SUBJECT("X")></td>
 <td width=30%><?MAIL:SUMM:FROM("X")></td>
 <td width=20%><?MAIL:SUMM:DATESTR></td>