Bug 8001: [SIGNED-OFF] improve styling potential of the tag list
authorRobin Sheat <robin@catalyst.net.nz>
Tue, 24 Apr 2012 04:43:56 +0000 (16:43 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 15 May 2012 14:09:26 +0000 (16:09 +0200)
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>
koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt

index ccdd4b5..1c291c9 100644 (file)
         <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 %]">