Bugzilla – Attachment 22297 Details for
Bug 11104
Label in opac topics in facets not easily css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Deduplicating effort from the class. Places the span on Series instead of Topic
0001-Bug-11104-fixed-bug-in-opac-facets.inc.patch (text/plain), 1.24 KB, created by
Liz Rea
on 2013-10-22 21:06:20 UTC
(
hide
)
Description:
Deduplicating effort from the class. Places the span on Series instead of Topic
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2013-10-22 21:06:20 UTC
Size:
1.24 KB
patch
obsolete
>From b57f245ca28696f2d7d105a95d0f9c5ae7c87af1 Mon Sep 17 00:00:00 2001 >From: Tim Hannah <timdhannah@gmail.com> >Date: Wed, 23 Oct 2013 10:01:19 +1300 >Subject: [PATCH] Bug 11104 - fixed bug in opac-facets.inc > >Wraps series label in a span for CSS selectability. > >Patch submitted as part of Librarian to Developer in 90 Minutes at LIANZA 2013. >--- > koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >index be46113..7f2780e 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >@@ -14,7 +14,7 @@ > [% IF ( facets_loo.type_label_Titles ) %]Titles[% END %] > [% IF ( facets_loo.type_label_Topics ) %]<span id="facet-topics">Topics</span>[% END %] > [% IF ( facets_loo.type_label_Places ) %]Places[% END %] >-[% IF ( facets_loo.type_label_Series ) %]Series[% END %] >+[% IF ( facets_loo.type_label_Series ) %]<span id="facet-series">Series</span>[% END %] > [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] > [% UNLESS ( singleBranchMode ) %] > [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] >-- >1.8.1.2 >
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 11104
:
22216
|
22255
|
22258
|
22296
| 22297