[Python-checkins] r53544 - tracker/instances/python-dev/html/issue.item.html

erik.forsberg python-checkins at python.org
Wed Jan 24 20:07:08 CET 2007


Author: erik.forsberg
Date: Wed Jan 24 20:07:08 2007
New Revision: 53544

Modified:
   tracker/instances/python-dev/html/issue.item.html
Log:
Make the keywords menu 3 items high, which hopefully is a quick hack
good enough to resolve
http://psf.upfronthosting.co.za/roundup/meta/issue71


Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Wed Jan 24 20:07:08 2007
@@ -141,7 +141,7 @@
  </th>
  <td tal:content="structure context/priority/menu">priority</td>
  <th i18n:translate="">Keywords:</th>
- <td tal:content="structure context/keywords/menu">keywords</td>
+ <td tal:content="structure python:context['keywords'].menu(height=3)">keywords</td>
 
 
 </tr>


More information about the Python-checkins mailing list