Bugzilla – Attachment 22223 Details for
Bug 11100
Label in staff client - Topics on facets not easily css selectable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11100 fixed
0001-bug-11100-fixed-bug-in-facet.patch (text/plain), 1.07 KB, created by
Raewyn Adams
on 2013-10-21 22:57:31 UTC
(
hide
)
Description:
Bug 11100 fixed
Filename:
MIME Type:
Creator:
Raewyn Adams
Created:
2013-10-21 22:57:31 UTC
Size:
1.07 KB
patch
obsolete
>From b9d3c5c52ae8ab0457d481268685aa7d6ceb6d8d Mon Sep 17 00:00:00 2001 >From: raewyn adams <raewyn.adams@bopdhb.govt.nz> >Date: Tue, 22 Oct 2013 11:52:08 +1300 >Subject: [PATCH] bug 11100: fixed bug in facet > >--- > .../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..5390fb8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -13,7 +13,7 @@ > [% facets_loo.type_label %] > [% 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 11100
:
22223
|
22236
|
22245