Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 951:3b3808ad86dc
fix "attach a file" link in classic schema - index class still stuffed :(
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Aug 2002 00:24:27 +0000 |
| parents | 85aaef63d94d |
| children | 5643abab70ed |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Mon Aug 19 00:23:19 2002 +0000 +++ b/roundup/templates/classic/html/issue.item Mon Aug 19 00:24:27 2002 +0000 @@ -71,8 +71,8 @@ </tr> <tr class="form-help"> <td colspan=4> - <a href="newfile?:multilink=issue<display -call="plain('id')">:files">Attach a file to this issue</a> + <display call="href('id', 'newfile?:multilink=issue', ':files', + 'Attach a file to this issue')"> </td> </tr> <property name="files">
