Bugzilla – Attachment 22222 Details for
Bug 11107
Label in staff client - authors on facets not easily accessible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
added span to Authors facets
0001-bug-11107-fixed-bug-in-facets.patch (text/plain), 1.02 KB, created by
Sue Tunnicliff
on 2013-10-21 22:55:47 UTC
(
hide
)
Description:
added span to Authors facets
Filename:
MIME Type:
Creator:
Sue Tunnicliff
Created:
2013-10-21 22:55:47 UTC
Size:
1.02 KB
patch
obsolete
>From bc377883b18dfab9d28cb76b9c669192ddcb4b91 Mon Sep 17 00:00:00 2001 >From: Sue Tunnicliff <stunnicliff@mpdc.govt.nz> >Date: Tue, 22 Oct 2013 11:48:03 +1300 >Subject: [PATCH] bug 11107: fixed bug in facets > >--- > koha-tmpl/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..ddb514a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc >@@ -11,7 +11,7 @@ > [% IF facets_loo.facets.size > 0 %] > <li id="[% facets_loo.type_id %]"> > [% facets_loo.type_label %] >-[% IF ( facets_loo.type_label_Authors ) %]Authors[% END %] >+[% IF ( facets_loo.type_label_Authors ) %]<span id = "facet-Authors">Authors</span>[% 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 %] >-- >1.8.1.2 >
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 11107
:
22222
|
22235
|
22248