Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 1732:5ed17c4b840c
Queries are no longer viewable to unauthorized users.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sun, 10 Aug 2003 18:51:49 +0000 |
| parents | 2dd6b4c825e9 |
| children | 4e4afbe3cd30 |
comparison
equal
deleted
inserted
replaced
| 1731:778056dc420f | 1732:5ed17c4b840c |
|---|---|
| 76 <td tal:content="structure context/submit">submit button here</td> | 76 <td tal:content="structure context/submit">submit button here</td> |
| 77 </tr> | 77 </tr> |
| 78 </table> | 78 </table> |
| 79 </form> | 79 </form> |
| 80 | 80 |
| 81 <table class="otherinfo" tal:condition="context/queries"> | 81 <table class="otherinfo" tal:condition="python:context.queries and context.is_view_ok()"> |
| 82 <tr><th colspan="3" class="header">Queries</th></tr> | 82 <tr><th colspan="3" class="header">Queries</th></tr> |
| 83 <tr><th>Name</th><th colspan="2">Actions</th></tr> | 83 <tr><th>Name</th><th colspan="2">Actions</th></tr> |
| 84 <tr tal:repeat="query context/queries"> | 84 <tr tal:repeat="query context/queries"> |
| 85 <td><a tal:attributes="href string:query${query/id}" | 85 <td><a tal:attributes="href string:query${query/id}" |
| 86 tal:content="query/name"></a></td> | 86 tal:content="query/name"></a></td> |
