|
From: Benjamin C. <bc...@us...> - 2004-05-02 17:08:24
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20447/templates/default Modified Files: Tag: htmltemplates buglist.html Log Message: Added spreadsheet download Index: buglist.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/buglist.html,v retrieving revision 1.8.6.1 retrieving revision 1.8.6.2 diff -u -r1.8.6.1 -r1.8.6.2 --- buglist.html 30 Aug 2003 22:00:32 -0000 1.8.6.1 +++ buglist.html 2 May 2004 17:08:16 -0000 1.8.6.2 @@ -23,3 +23,6 @@ <?php } ?> </table> <?php include('admin/pagination.html'); ?> +<div align="center"> + <a href="<?php echo $_SERVER['REQUEST_URI']; ?>&xl=1"><?php echo translate("Download to spreadsheet"); ?></a> +</div> |