Bugzilla – Attachment 23190 Details for
Bug 11105
label - opac - places on facets not easily css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11105: created places span in opac
Bug-11105-created-places-span-in-opac.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2013-11-27 15:18:39 UTC
(
hide
)
Description:
Bug 11105: created places span in opac
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-11-27 15:18:39 UTC
Size:
1.33 KB
patch
obsolete
>From b572704abbbd84d26aa4d7a1231f1ef3e1870f58 Mon Sep 17 00:00:00 2001 >From: Rachel Dustin <r.dustin@massey.ac.nz> >Date: Wed, 13 Nov 2013 16:40:23 +1300 >Subject: [PATCH] Bug 11105: created places span in opac > >To test: >Verify places in the facets is wrapped in a span. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Template change only, works as expected. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.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 be46113..04a18c6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >@@ -13,7 +13,7 @@ > [% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] > [% IF ( facets_loo.type_label_Titles ) %]Titles[% 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_Places ) %]<span id="facet-places">Places</span>[% END %] > [% IF ( facets_loo.type_label_Series ) %]Series[% END %] > [% IF ( facets_loo.type_label_ItemTypes ) %]Item types[% END %] > [% UNLESS ( singleBranchMode ) %] >-- >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 11105
:
22221
|
22892
|
22893
|
23119
| 23190