Mercurial > p > roundup > code
diff templates/classic/html/issue.search.html @ 3576:bbd20010abe2
fix conditional block in i18n string [SF#1439927]
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 28 Feb 2006 05:34:17 +0000 |
| parents | f6719836e521 |
| children | 12633662ff63 |
line wrap: on
line diff
--- a/templates/classic/html/issue.search.html Wed Feb 22 05:42:43 2006 +0000 +++ b/templates/classic/html/issue.search.html Tue Feb 28 05:34:17 2006 +0000 @@ -205,12 +205,16 @@ </tr> <tr><td> </td> - <td colspan="4" class="help" i18n:translate=""> - *: The "all text" field will look in message bodies and issue titles<br> - <span tal:condition="python:request.user.hasPermission('Edit', 'query')"> + <td colspan="4" class="help"> + <span i18n:translate="" tal:omit-tag="true"> + *: The "all text" field will look in message bodies and issue titles + </span><br> + <span tal:condition="python:request.user.hasPermission('Edit', 'query')" + i18n:translate="" tal:omit-tag="true" + > **: If you supply a name, the query will be saved off and available as a link in the sidebar - </span> + </span> </td> </tr> </table>
