Bugzilla – Attachment 22255 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]
bug 11104: fixed bug in opac-facets.inc
bug-11104-fixed-bug-in-opac-facetsinc.patch (text/plain), 1.14 KB, created by
Martin Renvoize (ashimema)
on 2013-10-22 00:37:29 UTC
(
hide
)
Description:
bug 11104: fixed bug in opac-facets.inc
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2013-10-22 00:37:29 UTC
Size:
1.14 KB
patch
obsolete
>From d6fb5c57ccd39408f33b42d7aa4d81878bf0fc8a Mon Sep 17 00:00:00 2001 >From: Tim Hannah <timdhannah@gmail.com> >Date: Tue, 22 Oct 2013 11:35:00 +1300 >Subject: [PATCH] bug 11104: fixed bug in opac-facets.inc > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.7.10.4
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