diff roundup/templates/classic/htmlbase.py @ 245:8a0d548c07a1

Fixed bug in the generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl) Added AssignedTo to the "classic" schema's item page.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 10 Sep 2001 09:47:18 +0000
parents 30c3a37b699f
children 72343138b660
line wrap: on
line diff
--- a/roundup/templates/classic/htmlbase.py	Thu Aug 30 06:01:17 2001 +0000
+++ b/roundup/templates/classic/htmlbase.py	Mon Sep 10 09:47:18 2001 +0000
@@ -102,6 +102,13 @@
 </tr>
 
 <tr bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
+    <td class="form-text"><display call="field('assignedto')"></td>
+    <td>&nbsp;</td>
+    <td>&nbsp;</td>
+</tr>
+
+<tr bgcolor="ffffea">
     <td width=1% nowrap align=right><span class="form-label">Change Note</span></td>
     <td colspan=3 class="form-text"><display call="note()"></td>
 </tr>

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