Bugzilla – Attachment 22253 Details for
Bug 11098
Label in Opac - topics on facets not easily css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable
PASSED-QA-Bug-11098-fixed-bug-in-label-in-opac---t.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2013-10-22 00:30:18 UTC
(
hide
)
Description:
[PASSED QA] Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-10-22 00:30:18 UTC
Size:
1.43 KB
patch
obsolete
>From e7132afdbf19297352bbe47da2b9a708ef14c325 Mon Sep 17 00:00:00 2001 >From: Andrew Lockett <andrewlockettnz@gmail.com> >Date: Tue, 22 Oct 2013 11:44:28 +1300 >Subject: [PATCH] [PASSED QA] Bug 11098: fixed bug in label in opac - topics on > facets not easily css selectable > >Search opac, then right-click "Topics" and select "inspect element" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Please add a description of the problem and a test plan to your commit >message next time, thanks! > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Works as expected. Thx! >--- > 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 6142181..be46113 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >@@ -12,7 +12,7 @@ > <li id="[% facets_loo.type_id %]"> > [% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] > [% IF ( facets_loo.type_label_Titles ) %]Titles[% END %] >-[% IF ( facets_loo.type_label_Topics ) %]Topics[% 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_ItemTypes ) %]Item types[% 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 11098
:
22219
|
22226
| 22253