diff roundup/templates/classic/html/user.item @ 1079:04b44df7af1d

removed some property name clashes
author Richard Jones <richard@users.sourceforge.net>
date Mon, 09 Sep 2002 05:28:48 +0000
parents 954ad22eb7d9
children 7e193bbda38e
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item	Mon Sep 09 04:43:10 2002 +0000
+++ b/roundup/templates/classic/html/user.item	Mon Sep 09 05:28:48 2002 +0000
@@ -60,9 +60,14 @@
 
 <tal:block tal:condition="context/id">
  <table class="otherinfo" tal:condition="context/queries">
-  <tr><th class="header">Queries</th></tr>
+  <tr><th colspan="2" class="header">Queries</th></tr>
+  <tr><th>Name</th><th>Display</th></tr>
   <tr tal:repeat="query context/queries">
-   <td tal:content="query">query</td>
+   <td><a tal:attributes="href string:query${query/id}"
+          tal:content="query/name"></a></td>
+   <td>
+    <a tal:attributes="href python:'%s%s'%(query['klass'], query['url'])">display</a>
+   </td>
   </tr>
  </table>
 

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