Mercurial > p > roundup > code
diff templates/classic/html/issue.item.html @ 3904:91008ec8f9a0
retire "topic" usage
"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.
I also left Ka-Ping Yee's original design document unchanged.
This takes care of sf feature request [SF#953161]
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 16 Sep 2007 02:45:11 +0000 |
| parents | a9f6eb633452 |
| children | 030ba81511ee |
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html Fri Sep 14 15:55:25 2007 +0000 +++ b/templates/classic/html/issue.item.html Sun Sep 16 02:45:11 2007 +0000 @@ -75,10 +75,10 @@ <tr> <th i18n:translate="">Assigned To</th> <td tal:content="structure context/assignedto/menu">assignedto menu</td> - <th i18n:translate="">Topics</th> + <th i18n:translate="">Keywords</th> <td> - <span tal:replace="structure context/topic/field" /> - <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.keyword.classhelp(property='topic')" /> + <span tal:replace="structure context/keyword/field" /> + <span tal:condition="context/is_edit_ok" tal:replace="structure python:db.keyword.classhelp(property='keyword')" /> </td> </tr>
