Mercurial > p > roundup > code
diff templates/classic/html/issue.search.html @ 3549:f6719836e521
allow dispname to be passed to renderWith [SF#1424587]
rename dispname to @dispname to avoid name clashes in the future
force demo.py to have web debugging on (since it can't mail errors)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 08 Feb 2006 04:03:54 +0000 |
| parents | 7fb8cfe3c737 |
| children | bbd20010abe2 |
line wrap: on
line diff
--- a/templates/classic/html/issue.search.html Wed Feb 08 03:47:28 2006 +0000 +++ b/templates/classic/html/issue.search.html Wed Feb 08 04:03:54 2006 +0000 @@ -207,8 +207,10 @@ <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')"> **: If you supply a name, the query will be saved off and available as a link in the sidebar + </span> </td> </tr> </table>
