Mercurial > p > roundup > code
diff templates/classic/html/issue.index.html @ 3126:a2889d22db4a
the cgi templating code now checks item-level
permissions (per alex's suggestion).
The templates themselves do not have row-level checks now.
Cleaned up the msg and file index templates to use batching.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 04 Feb 2005 05:25:50 +0000 |
| parents | 460eb0209a9e |
| children | 7308c3c5a943 |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Fri Jan 28 05:09:44 2005 +0000 +++ b/templates/classic/html/issue.index.html Fri Feb 04 05:25:50 2005 +0000 @@ -32,7 +32,7 @@ </th> </tr> - <tr tal:condition="i/is_view_ok"> + <tr> <td tal:condition="request/show/priority" tal:content="python:i.priority.plain() or default"> </td> <td tal:condition="request/show/id" tal:content="i/id"> </td> @@ -58,6 +58,7 @@ </tal:block> + <metal:index define-macro="batch-footer"> <tr tal:condition="batch"> <th tal:attributes="colspan python:len(request.columns)"> <table width="100%"> @@ -84,6 +85,7 @@ </table> </th> </tr> + </metal:index> </table> <a tal:attributes="href python:request.indexargs_url('issue',
