Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / t / section_mailsummary.html
index 31d78df07a7f3abdf46abb38d91fe23d39332e4f..f779c35d543a57217174d69dcd4e967a68638c32 100644 (file)
@@ -1,5 +1,5 @@
-<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:DATEBRIEF></td>
-</tr>
+<tr id="m<?MAIL:SUMM:N>" style="font-weight:<?%("COND:MAIL:SUMM:UNREAD", 1, 0, 0, "bold", "normal")>" onMouseDown="CtdlMoveMsgMouseDown(event)">
+<td><?MAIL:SUMM:SUBJECT("X")></td>
+<td><?MAIL:SUMM:FROM("X")></td>
+<td><?MAIL:SUMM:DATEBRIEF></td>
+</td>