Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 1976:3a4abf6d48c2
body_title improvement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 19 Jan 2004 23:01:10 +0000 |
| parents | f5c804379c85 |
| children | eb043e7d0899 |
comparison
equal
deleted
inserted
replaced
| 1975:30a444b7b212 | 1976:3a4abf6d48c2 |
|---|---|
| 4 <span tal:replace="config/TRACKER_NAME" />: | 4 <span tal:replace="config/TRACKER_NAME" />: |
| 5 <span tal:condition="context/id" | 5 <span tal:condition="context/id" |
| 6 tal:replace="string:Issue ${context/id}: ${context/title}" /> | 6 tal:replace="string:Issue ${context/id}: ${context/title}" /> |
| 7 <tal:x tal:condition="not:context/id">New Issue</tal:x> | 7 <tal:x tal:condition="not:context/id">New Issue</tal:x> |
| 8 </title> | 8 </title> |
| 9 <td class="page-header-top" metal:fill-slot="body_title"> | 9 <span metal:fill-slot="body_title" tal:omit-tag="python:1"> |
| 10 <h2> | |
| 11 Issue<span tal:replace="context/id" /> | 10 Issue<span tal:replace="context/id" /> |
| 12 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> | 11 <tal:x tal:condition="context/is_edit_ok">Editing</tal:x> |
| 13 </h2> | 12 </span> |
| 14 </td> | |
| 15 | 13 |
| 16 <td class="content" metal:fill-slot="content"> | 14 <td class="content" metal:fill-slot="content"> |
| 17 | 15 |
| 18 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> | 16 <span tal:condition="python:not (context.is_view_ok() or context.is_edit_ok())"> |
| 19 You are not allowed to view this page. | 17 You are not allowed to view this page. |
