Mercurial > p > roundup > code
diff roundup/templates/classic/html/file.index @ 576:f98f37697f4c
More HTML template cleanup and unit tests.
- download() now implemented correctly, replacing link(is_download=1)
[fixed in the templates, but link(is_download=1) will still work
for existing templates]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Jan 2002 05:10:28 +0000 |
| parents | 72343138b660 |
| children | 5643abab70ed |
line wrap: on
line diff
--- a/roundup/templates/classic/html/file.index Tue Jan 22 22:55:28 2002 +0000 +++ b/roundup/templates/classic/html/file.index Wed Jan 23 05:10:28 2002 +0000 @@ -1,7 +1,7 @@ -<!-- $Id: file.index,v 1.3 2001-10-21 11:42:15 richard Exp $--> +<!-- $Id: file.index,v 1.4 2002-01-23 05:10:27 richard Exp $--> <tr> <property name="name"> - <td><display call="link('name', is_download=1)"></td> + <td><display call="download('name')"></td> </property> <property name="type"> <td><display call="plain('type')"></td>
