Mercurial > p > roundup > code
view roundup/templates/extended/html/msg.index @ 928:23c9d4f86380
Added the web access and email access permissions..
...so people can restrict access to users who register through the
email interface (for example). Also added "security" command to the
roundup-admin interface to display the Role/Permission config for an
instance.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 01 Aug 2002 00:56:22 +0000 |
| parents | 65234f56b250 |
| children |
line wrap: on
line source
<!-- $Id: msg.index,v 1.4 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>
