From: jake%acutex.net <> Date: Thu, 6 Sep 2001 19:42:47 +0000 (+0000) Subject: Fix for bug 30597 - Hyperlinking the number of votes was causing some confusion becau... X-Git-Tag: bugzilla-2.14.1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad00b1a24a038c01a9e57a7cbace4165de958e1b;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/bug_form.pl b/bug_form.pl index d2f6cc3f45..21e9e32cf5 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 + + }; }