comparison templates/classic/html/issue.item.html @ 2488:eb1aa3c22d8a

hide "(list)" popup links when issue is only viewable
author Richard Jones <richard@users.sourceforge.net>
date Mon, 21 Jun 2004 06:02:28 +0000
parents 3b2dc471e4d2
children bca5de92aaa3
comparison
equal deleted inserted replaced
2486:d7488e349a03 2488:eb1aa3c22d8a
43 43
44 <tr> 44 <tr>
45 <th i18n:translate="">Superseder</th> 45 <th i18n:translate="">Superseder</th>
46 <td> 46 <td>
47 <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" /> 47 <span tal:replace="structure python:context.superseder.field(showid=1, size=20)" />
48 <span tal:replace="structure python:db.issue.classhelp('id,title', property='superseder')" /> 48 <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.issue.classhelp('id,title', property='superseder')" />
49 <span tal:condition="context/superseder" tal:repeat="sup context/superseder"> 49 <span tal:condition="context/superseder" tal:repeat="sup context/superseder">
50 <br><span i18n:translate="">View: <a i18n:name="link" tal:content="sup/id" 50 <br><span i18n:translate="">View: <a i18n:name="link" tal:content="sup/id"
51 tal:attributes="href string:issue${sup/id}"></a></span> 51 tal:attributes="href string:issue${sup/id}"></a></span>
52 </span> 52 </span>
53 </td> 53 </td>
54 <th i18n:translate="">Nosy List</th> 54 <th i18n:translate="">Nosy List</th>
55 <td> 55 <td>
56 <span tal:replace="structure context/nosy/field" /> 56 <span tal:replace="structure context/nosy/field" />
57 <span tal:replace="structure 57 <span tal:condition="context/is_edit_ok" tal:replace="structure
58 python:db.user.classhelp('username,realname,address', property='nosy', width='600')" /><br> 58 python:db.user.classhelp('username,realname,address', property='nosy', width='600')" /><br>
59 </td> 59 </td>
60 </tr> 60 </tr>
61 61
62 <tr> 62 <tr>
63 <th i18n:translate="">Assigned To</th> 63 <th i18n:translate="">Assigned To</th>
64 <td tal:content="structure context/assignedto/menu">assignedto menu</td> 64 <td tal:content="structure context/assignedto/menu">assignedto menu</td>
65 <th i18n:translate="">Topics</th> 65 <th i18n:translate="">Topics</th>
66 <td> 66 <td>
67 <span tal:replace="structure context/topic/field" /> 67 <span tal:replace="structure context/topic/field" />
68 <span tal:replace="structure python:db.keyword.classhelp(property='topic')" /> 68 <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.keyword.classhelp(property='topic')" />
69 </td> 69 </td>
70 </tr> 70 </tr>
71 71
72 <tr tal:condition="context/is_edit_ok"> 72 <tr tal:condition="context/is_edit_ok">
73 <th i18n:translate="">Change Note</th> 73 <th i18n:translate="">Change Note</th>

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