Mercurial > p > roundup > code
view templates/user.index @ 19:a5eb90ae8903
Fixed a bug in the filter
wrong variable names in the error message. Recognised that the filter
has an outstanding bug. Hrm. we need a bug tracker for this project :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 20 Jul 2001 08:20:24 +0000 |
| parents | 5e92642cd1f8 |
| children |
line wrap: on
line source
<tr> <property name="username"> <td><display call="link('username')"></td> </property> <property name="realname"> <td><display call="plain('realname')"></td> </property> <property name="organisation"> <td><display call="plain('organisation')"></td> </property> <property name="address"> <td><display call="plain('address')"></td> </property> <property name="phone"> <td><display call="plain('phone')"></td> </property> </tr>
