Bugzilla – Attachment 22230 Details for
Bug 11102
Label in Staff Client - places on facets not easily css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 11102: fixed bug in Label in Staff Client - places on facets not easily css selectable
SIGNED-OFF-Bug-11102-fixed-bug-in-Label-in-Staff-C.patch (text/plain), 1.42 KB, created by
Owen Leonard
on 2013-10-21 23:18:36 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11102: fixed bug in Label in Staff Client - places on facets not easily css selectable
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-10-21 23:18:36 UTC
Size:
1.42 KB
patch
obsolete
>From 8ffe06aeea3448a0f02bafcdc93bb54be74eec25 Mon Sep 17 00:00:00 2001 >From: Gab Hikaka <hikag@tpk.govt.nz> >Date: Tue, 22 Oct 2013 11:45:18 +1300 >Subject: [PATCH] [SIGNED-OFF] Bug 11102: fixed bug in Label in Staff Client - > places on facets not easily css selectable >Content-Type: text/plain; charset="utf-8" > >Label in staff client on places facets not easily css selectable > >To test: > >with data that contains places, right click places heading in facets, >ensure it is wrapped in a span. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 8853ec7..be93c25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -14,7 +14,7 @@ > [% 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_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 %] > [% IF ( facets_loo.type_label_Libraries ) %]Libraries[% 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 11102
:
22218
|
22230
|
22251