diff roundup/templates/classic/html/issue.item @ 1006:2a71acd81308

tweaks, and include status on default index pages
author Richard Jones <richard@users.sourceforge.net>
date Mon, 02 Sep 2002 06:20:51 +0000
parents 1798d2fa9fec
children 1198c6a8dcb2
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item	Sun Sep 01 23:57:53 2002 +0000
+++ b/roundup/templates/classic/html/issue.item	Mon Sep 02 06:20:51 2002 +0000
@@ -8,13 +8,6 @@
 </tr>
 
 <tr class="form">
- <th nowrap>Created</th>
- <td class="form-text" tal:content="string:${issue/creation} (${issue/creator/username})">creation (creator)</td>
- <th nowrap>Last activity</th>
- <td class="form-text" tal:content="issue/activity">activity</td>
-</tr>
-
-<tr class="form">
  <th nowrap>Priority</th>
  <td class="form-text" tal:content="structure issue/priority/menu">priority</td>
  <th nowrap>Status</th>
@@ -24,7 +17,7 @@
 <tr class="form">
  <th nowrap>Superseder</th>
  <td>
-  <span tal:replace="structure python:issue.superseder.field(showid=1)" />
+  <span tal:replace="structure python:issue.superseder.field(showid=1, size=20)" />
   <span tal:replace="structure python:db.issue.classhelp('id,title', label='list', width=500)" />
   <span tal:condition="issue/superseder">
    <br>View: <span tal:replace="structure python:issue.superseder.link(showid=1)" />
@@ -56,7 +49,7 @@
 <tr class="form">
  <th nowrap>File</th>
  <td colspan=3 class="form-text">
-  <input type="file" name="__file" size="60">
+  <input type="file" name="__file" size="40">
  </td>
 </tr>
 
@@ -68,6 +61,8 @@
 </tr>
 </table>
 
+<span tal:content="structure string:Created on <b>${issue/creation}</b> by <b>${issue/creator/username}</b>, last changed <b>${issue/activity}</b>.">activity info</span>
+
 <tal:block tal:condition="exists:item">
  <table class="messages" tal:condition="issue/messages">
   <tr><th colspan=2 class="header">Messages</th></tr>

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