Mercurial > p > roundup > code
view roundup/templates/classic/html/msg.index @ 736:b0d887310f7a
applied patch [SF#558876] cgi client customization
... with significant additions and modifications ;)
- extended handling of ML assignedto to all places it's handled
- added more NotFound info
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 22 May 2002 04:12:05 +0000 |
| parents | 65234f56b250 |
| children | 5643abab70ed |
line wrap: on
line source
<!-- $Id: msg.index,v 1.3 2002-05-22 00:32:34 richard Exp $--> <tr class="row-hilite"> <td><display call="link('date')"></td> <td><display call="plain('author')"></td> </tr> <tr class="msg-content"> <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td> </tr>
