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:
parent
2c8829f731
commit
aceee32f5c
1 changed files with 1 additions and 1 deletions
|
@ -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 %]&q=[% TAGLOO.term |url %]">
|
||||
[% TAGLOO.term |html %]</a>
|
||||
<span class="tagweight">[% TAGLOO.weight_total %]</span>
|
||||
|
|
Loading…
Reference in a new issue