|
From: Ulf E. <ulf...@us...> - 2005-07-20 18:12:42
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31468/templates/default Modified Files: bugdisplay.html Log Message: Update of the old "Printable View"-link. Index: bugdisplay.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- bugdisplay.html 22 Jan 2005 16:08:41 -0000 1.48 +++ bugdisplay.html 20 Jul 2005 18:12:34 -0000 1.49 @@ -239,6 +239,9 @@ <b><a href="<?php echo $_SERVER['PHP_SELF']; ?>?op=vote&bugid=<?php echo $bug_id; ?>" onClick="if (<?php echo $already_voted; ?>) { alert ('<?php echo translate("You have already voted for this bug"); ?>'); return false; }"><?php echo translate("Vote for this bug"); ?></a></b> | <b><a href="<?php echo $_SERVER['PHP_SELF']; ?>?op=viewvotes&bugid=<?php echo $bug_id; ?>"><?php echo translate("View votes"); ?> (<?php echo $num_votes; ?>)</a></b> | <b><a href="<?php echo $_SERVER['PHP_SELF']; ?>?op=history&bugid=<?php echo $bug_id; ?>"><?php echo translate("View bug history"); ?></a></b> +<!-- + | <b><a href="<?php echo $_SERVER['PHP_SELF']; ?>?op=print&bugid=<?php echo $bug_id; ?>"><?php echo translate("Printable View"); ?></a></b> +--> </div> <br><br> <table border="0" cellpadding="2" cellspacing="0" width="100%"> |