Mercurial > p > roundup > code
diff templates/classic/html/issue.index.html @ 2112:b86f0627b07c
added CSV download of index / search results
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Mar 2004 00:44:28 +0000 |
| parents | 3e0961d6d44d |
| children | 7bee183f2573 |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Wed Mar 24 20:31:43 2004 +0000 +++ b/templates/classic/html/issue.index.html Thu Mar 25 00:44:28 2004 +0000 @@ -82,6 +82,9 @@ </tr> </table> +<a tal:attributes="href python:request.indexargs_url('issue', + {'@action':'csv_export'})">Download as CSV</a> + <form method="GET" id="index-controls" tal:attributes="action request/classname"> <table class="form">
