Bugzilla – Attachment 22258 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]
[PASSED QA] Bug 11104: fixed bug in opac-facets.inc
PASSED-QA-Bug-11104-fixed-bug-in-opac-facetsinc.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2013-10-22 01:18:27 UTC
(
hide
)
Description:
[PASSED QA] Bug 11104: fixed bug in opac-facets.inc
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-10-22 01:18:27 UTC
Size:
1.23 KB
patch
obsolete
>From b6ada520a2434407f3d4cf11d1d75c07f8be76ce Mon Sep 17 00:00:00 2001 >From: Tim Hannah <timdhannah@gmail.com> >Date: Tue, 22 Oct 2013 11:35:00 +1300 >Subject: [PATCH] [PASSED QA] Bug 11104: fixed bug in opac-facets.inc > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Works as advertised. >--- > 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 11104
:
22216
|
22255
|
22258
|
22296
|
22297