Code

Forgot to add the support call property to the item page.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Jul 2001 01:47:28 +0000 (01:47 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Jul 2001 01:47:28 +0000 (01:47 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@156 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/extended/html/issue.item

index eb4cb65b19594380bfb4e94a1641ce5448a33cae..a758fe35037129e888a8777880db3eea23ef23cc 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: issue.item,v 1.2 2001-07-30 01:26:59 richard Exp $-->
+<!-- $Id: issue.item,v 1.3 2001-07-30 01:47:28 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
 </tr>
 
 <tr bgcolor="ffffea">
-    <td width=1% nowrap align=right><span class="form-label">Assigned To</span></td>
+    <td width=1% nowrap align=right><span class="form-label">Assigned to</span></td>
     <td class="form-text"><display call="field('assignedto')"></td>
-    <td width=1% nowrap align=right><span class="form-label">Empty</span></td>
-    <td class="form-text">XXXX</td>
+    <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
+    <td class="form-text"><display call="field('nosy')"></td>
 </tr>
 
 <tr bgcolor="ffffea">
     <td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
     <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
-    <td width=1% nowrap align=right><span class="form-label">Nosy List</span></td>
-    <td class="form-text"><display call="field('nosy')"></td>
+    <td width=1% nowrap align=right><span class="form-label">Support call</span></td>
+    <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
 </tr>
 
 <tr bgcolor="ffffea">