Bugzilla – Attachment 22216 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]
Adds <span id... to Topics facet in opac
0001-bug-11104-fixed-bug-in-opac-facets.inc.patch (text/plain), 1.08 KB, created by
Tim Hannah
on 2013-10-21 22:48:03 UTC
(
hide
)
Description:
Adds <span id... to Topics facet in opac
Filename:
MIME Type:
Creator:
Tim Hannah
Created:
2013-10-21 22:48:03 UTC
Size:
1.08 KB
patch
obsolete
>From 29cb7643be8d95c445643dc71cf263959ba043b4 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 > >--- > 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