Bug 8001: [SIGNED-OFF] improve styling potential of the tag list

This adds the class name "tagterm" to the terms in the list of a user's
tags in the OPAC, allowing them to be seperately styled.

signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Robin Sheat 2012-04-24 16:43:56 +12:00 committed by Paul Poulain
parent 377b2fd673
commit aa6ecdd4af

View file

@ -114,7 +114,7 @@
<thead><tr><th>Term</th><th>Title</th><th>Date added</th><th>Delete</th>
</tr></thead>
<tbody>[% FOREACH MY_TAG IN MY_TAGS %]
<tr><td><a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&amp;q=[% MY_TAG.term |url %]">
<tr><td class="tagterm"><a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&amp;q=[% MY_TAG.term |url %]">
[% MY_TAG.term |html %]</a>
</td>
<td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% MY_TAG.biblionumber %]">