diff roundup/templates/classic/html/_generic.help @ 1357:a51c2a389c13

better hyperlinking
author Andrey Lebedev <kedder@users.sourceforge.net>
date Fri, 10 Jan 2003 12:09:33 +0000
parents 344bad728d10
children f19dde90e473
line wrap: on
line diff
--- a/roundup/templates/classic/html/_generic.help	Thu Jan 09 22:59:20 2003 +0000
+++ b/roundup/templates/classic/html/_generic.help	Fri Jan 10 12:09:33 2003 +0000
@@ -8,7 +8,7 @@
        tal:define="props python:request.form['properties'].value.split(',')">
 <tr><th tal:repeat="prop props" tal:content="prop"></th></tr>
 <tr tal:repeat="item context/list">
- <td tal:repeat="prop props" tal:content="python:item[prop]"></td>
+ <td tal:repeat="prop props" tal:content="structure python:item[prop]"></td>
 </tr>
 </table>
 

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