Mercurial > p > roundup > code
comparison templates/classic/html/issue.item.html @ 1774:ae5ed85b111a maint-0.6
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 05:55:34 +0000 |
| parents | f7e98ed53a48 |
| children | fad32dafc174 |
comparison
equal
deleted
inserted
replaced
| 1772:eee2a0f99aea | 1774:ae5ed85b111a |
|---|---|
| 144 tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> | 144 tal:attributes="href string:issue${context/id}?:remove:messages=${msg/id}&:action=edit">remove</a> |
| 145 </th> | 145 </th> |
| 146 </tr> | 146 </tr> |
| 147 <tr> | 147 <tr> |
| 148 <td colspan="4" class="content"> | 148 <td colspan="4" class="content"> |
| 149 <pre tal:content="msg/content">content</pre> | 149 <pre tal:content="structure msg/content/hyperlinked">content</pre> |
| 150 </td> | 150 </td> |
| 151 </tr> | 151 </tr> |
| 152 </tal:block> | 152 </tal:block> |
| 153 </table> | 153 </table> |
| 154 | 154 |
