Bugzilla – Attachment 24248 Details for
Bug 11538
add span to internet facets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
propose patch
0002-bug-11538-make-Libraries-css-selectable.patch (text/plain), 1.67 KB, created by
Francesca
on 2014-01-14 01:19:20 UTC
(
hide
)
Description:
propose patch
Filename:
MIME Type:
Creator:
Francesca
Created:
2014-01-14 01:19:20 UTC
Size:
1.67 KB
patch
obsolete
>From e2885484cfaa07e944f988b44de0979acccb924b Mon Sep 17 00:00:00 2001 >From: Francesca Moore <francescalamoore@gmail.com> >Date: Tue, 14 Jan 2014 14:14:58 +1300 >Subject: [PATCH 2/2] bug 11538 make Libraries css selectable > >To test: >1. do a search in the intranet and see facets >2. inspect the Libraries facet and observe that it now has a span. >--- > .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >index 765bf01..e1abba6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -17,7 +17,7 @@ > [% IF ( facets_loo.type_label_Places ) %]<span id="facet-places">Places</span>[% END %] > [% IF ( facets_loo.type_label_Series ) %]<span id="facet-series">Series</span>[% END %] > [% IF ( facets_loo.type_label_ItemTypes ) %]<span id="facet-itemtypes">Item types</span>[% END %] >-[% IF ( facets_loo.type_label_Libraries ) %]Libraries[% END %] >+[% IF ( facets_loo.type_label_Libraries ) %]<span id="facet-Libraries">Libraries</span> [% END %] > [% IF ( facets_loo.type_label_Location ) %]Locations[% END %] > <ul> > [% FOREACH facet IN facets_loo.facets %]<li><a href="/cgi-bin/koha/catalogue/search.pl?[% query_cgi |html %][% limit_cgi |html %][% IF ( sort_by ) %]&sort_by=[% sort_by %][% END %]&limit=[% facet.type_link_value %]:[% facet.facet_link_value %]" title="[% facet.facet_title_value %]">[% facet.facet_label_value %]</a> [% IF ( displayFacetCount ) %]([% facet.facet_count %])[% END %]</li>[% END %][% IF ( facets_loo.expandable ) %] >-- >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 11538
:
24248
|
24282