From ad00b1a24a038c01a9e57a7cbace4165de958e1b Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Thu, 6 Sep 2001 19:42:47 +0000 Subject: Fix for bug 30597 - Hyperlinking the number of votes was causing some confusion because it was such a small link, yet the most useful. Instead, we now have a link labeled "Show votes for this bug". Patch by Matthew Tuck r= louie@ximian.com, jake@acutex.net --- bug_form.pl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bug_form.pl b/bug_form.pl index d2f6cc3f4..21e9e32cf 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -340,10 +340,13 @@ if (Param("usedependencies")) { if ($::prodmaxvotes{$bug{'product'}}) { print qq{ -
Votes for bug $id: -$bug{'votes'} -   Vote for this bug -
+Votes: + +$bug{'votes'}    +Show votes for this bug    +Vote for this bug + + }; } -- cgit v1.2.3-24-g4f1b