Bugzilla – Attachment 22219 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]
patch for issue 11098
0001-bug-11098-fixed-bug-in-label-in-opac-topics-on-facet.patch (text/plain), 1.13 KB, created by
andrewlockettnz
on 2013-10-21 22:51:08 UTC
(
hide
)
Description:
patch for issue 11098
Filename:
MIME Type:
Creator:
andrewlockettnz
Created:
2013-10-21 22:51:08 UTC
Size:
1.13 KB
patch
obsolete
>From 90d8973bc92fe1c794ac3f2f19f8bd17541d8ab5 Mon Sep 17 00:00:00 2001 >From: Andrew Lockett <andrewlockettnz@gmail.com> >Date: Tue, 22 Oct 2013 11:44:28 +1300 >Subject: [PATCH] bug 11098: fixed bug in label in opac - topics on facets not > easily css selectable > >--- > .../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.9.5 >
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