Mercurial > p > roundup > code
diff templates/classic/html/issue.search.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 | 64a12bd91fc0 |
| children |
line wrap: on
line diff
--- a/templates/classic/html/issue.search.html Fri Sep 14 15:55:25 2007 +0000 +++ b/templates/classic/html/issue.search.html Sun Sep 16 02:45:11 2007 +0000 @@ -50,10 +50,10 @@ <td> </td> </tr> -<tr tal:define="name string:topic; +<tr tal:define="name string:keyword; db_klass string:keyword; db_content string:name;"> - <th i18n:translate="">Topic:</th> + <th i18n:translate="">Keyword:</th> <td metal:use-macro="search_select"> <option metal:fill-slot="extra_options" value="-1" i18n:translate="" tal:attributes="selected python:value == '-1'">not selected</option>
