diff templates/classic/html/issue.index.html @ 2075:b1704ba7be41

make mysql / postgresql work again. beginnings of otk/session store in rdbmses
author Richard Jones <richard@users.sourceforge.net>
date Fri, 12 Mar 2004 04:09:00 +0000
parents 3a4abf6d48c2
children 3e0961d6d44d
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html	Fri Mar 05 00:08:09 2004 +0000
+++ b/templates/classic/html/issue.index.html	Fri Mar 12 04:09:00 2004 +0000
@@ -24,10 +24,10 @@
    <th tal:condition="request/show/assignedto">Assigned&nbsp;To</th>
   </tr>
  <tal:block tal:repeat="i batch">
-  <tr tal:condition="python:request.group[1] and
-                            batch.propchanged(request.group[1])">
+  <tr tal:define="group python:request.group[1]"
+      tal:condition="python:group and batch.propchanged(group)">
    <th tal:attributes="colspan python:len(request.columns)"
-       tal:content="python:i[request.group[1]]" class="group">
+       tal:content="python:str(i[group]) or '(no %s set)'%group" class="group">
    </th>
   </tr>
 

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