diff templates/classic/html/issue.item.html @ 2180:58b6d1747973

Web interface tweaks. - added a favicon - added url_quote and html_quote methods to the utils object - added isset method to HTMLProperty - added "download_url" method to generate a correctly quoted URL for file download links [SF#927745]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 05 Apr 2004 00:51:45 +0000
parents 3e0961d6d44d
children 3b92a1b7a056
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html	Mon Apr 05 00:51:00 2004 +0000
+++ b/templates/classic/html/issue.item.html	Mon Apr 05 00:51:45 2004 +0000
@@ -103,7 +103,7 @@
  <tr><th>File name</th><th>Uploaded</th><th>Type</th><th>Edit</th></tr>
  <tr tal:repeat="file context/files">
   <td>
-   <a tal:attributes="href string:file${file/id}/${file/name}"
+   <a tal:attributes="href file/download_url"
       tal:content="file/name">dld link</a>
   </td>
   <td>

Roundup Issue Tracker: http://roundup-tracker.org/