Bugzilla – Attachment 9418 Details for
Bug 8001
Add some styling to the tags to allow them to be distinctive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8001: [SIGNED-OFF] improve styling potential of the tag list
0001-Bug-8001-SIGNED-OFF-improve-styling-potential-of-the.patch (text/plain), 1.30 KB, created by
Jonathan Druart
on 2012-05-04 14:20:12 UTC
(
hide
)
Description:
Bug 8001: [SIGNED-OFF] improve styling potential of the tag list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-04 14:20:12 UTC
Size:
1.30 KB
patch
obsolete
>From b286c339b4750ab9d289897e5abf55822d614362 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 24 Apr 2012 16:43:56 +1200 >Subject: [PATCH 1/1] 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> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt >index ccdd4b5..a0d588c 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt >@@ -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 %]&q=[% MY_TAG.term |url %]"> >+ <tr><td class="tagterm"><a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&q=[% MY_TAG.term |url %]"> > [% MY_TAG.term |html %]</a> > </td> > <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% MY_TAG.biblionumber %]"> >-- >1.7.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8001
:
9280
| 9418