Bugzilla – Attachment 73926 Details for
Bug 20552
Fix HTML tag for search facets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20552: Fix HTML tag for search facets
Bug-20552-Fix-HTML-tag-for-search-facets.patch (text/plain), 2.01 KB, created by
Claire Gravely
on 2018-04-10 12:54:05 UTC
(
hide
)
Description:
Bug 20552: Fix HTML tag for search facets
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2018-04-10 12:54:05 UTC
Size:
2.01 KB
patch
obsolete
>From a12f66453730a57be0e69191d9bc92d8d7769c86 Mon Sep 17 00:00:00 2001 >From: Claire Gravely <claire.gravely@bsz-bw.de> >Date: Tue, 10 Apr 2018 12:46:11 +0000 >Subject: [PATCH] Bug 20552: Fix HTML tag for search facets > >The tags for home library and holding library in the 'refine your >search' list should be h5. > >This patch changes the html tag for the holding library and home library >facets. > >To test: >- Search for an item in the OPAC where the relevant facet appears >- Use 'Inspect element' to check the tag >- Apply patch >- Confirm the facet now has the h5 tag >- Confirm spacing is improved >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index e89a693..b0478c6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -27,8 +27,8 @@ > [% IF facets_loo.type_label_ItemTypes %]<h5 id="facet-itemtypes">Item types</h5>[% END %] > [% IF facets_loo.type_label_CollectionCodes %]<h5 id="facet-itemtypes">Collections</h5>[% END %] > [% UNLESS singleBranchMode %] >- [% IF ( facets_loo.type_label_HomeLibrary ) %]<span id="facet-home-libraries">Home libraries</span>[% END %] >- [% IF ( facets_loo.type_label_HoldingLibrary ) %]<span id="facet-holding-libraries">Holding libraries</span>[% END %] >+ [% IF ( facets_loo.type_label_HomeLibrary ) %]<h5 id="facet-home-libraries">Home libraries</h5>[% END %] >+ [% IF ( facets_loo.type_label_HoldingLibrary ) %]<h5 id="facet-holding-libraries">Holding libraries</h5>[% END %] > [% END %] > [% IF facets_loo.type_label_Location %]<h5 id="facet-locations">Locations</h5>[% END %] > <ul> >-- >2.1.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 20552
:
73925
|
73926
|
73928
|
73929
|
73991