Bug 7642 - remove the cloud weight from the tags

Signed-off-by: Stacey Walker <stacey@catalyst-eu.net>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Robin Sheat 2012-06-10 14:32:56 +01:00 committed by Paul Poulain
parent 2c8829f731
commit aceee32f5c

View file

@ -90,7 +90,7 @@
[% IF ( TAGLOOP ) %]
<div id="tagcloud">
[% FOREACH TAGLOO IN TAGLOOP %]
<span class="tag" id="tag[% loop.count %]" title="[% TAGLOO.cloudweight %]">
<span class="tag" id="tag[% loop.count %]">
<a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&amp;q=[% TAGLOO.term |url %]">
[% TAGLOO.term |html %]</a>
<span class="tagweight">[% TAGLOO.weight_total %]</span>