Bugzilla – Attachment 20999 Details for
Bug 10840
Re-add missing [% OPACResultsSidebar %]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10840 - opac-facets.inc missing [% OPACResultsSidebar %]
Bug-10840---opac-facetsinc-missing--OPACResultsSid.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2013-09-12 05:46:11 UTC
(
hide
)
Description:
Bug 10840 - opac-facets.inc missing [% OPACResultsSidebar %]
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-12 05:46:11 UTC
Size:
1.63 KB
patch
obsolete
>From 7382f6c1e83cbd08a392399c4e7d979359acae4c Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sat, 7 Sep 2013 11:25:27 -0400 >Subject: [PATCH] Bug 10840 - opac-facets.inc missing [% OPACResultsSidebar %] > >Bug 10405 rightly added id's to items, but inadvertently removed >[% OPACResultsSidebar %] from the opac-facets.inc file. This >bug rectifies that problem. > >Test Plan: >Confirm the problem >=================== >1) Using version 3.12.4 package installation, set OPACResultsSidebar system preference to some text. >2) In the OPAC, search for something >3) In the facets list on the left, the text should appear. >4) Using master installation, set OPACResultsSidebar system preference to some text. >5) In the OPAC, search for something >6) The facets will not have the text, though viewing the source, there is an empty <div id="opacresultssidebar">. > >Correct the problem >=================== >1) Apply the patch to the master system >2) In the OPAC, search again for something >3) The facets on the left will now have the text showing similar to the 3.12.4 version > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >Is back! OPACResultsSidebar is back! >--- > .../opac-tmpl/prog/en/includes/opac-facets.inc | 1 + > 1 file changed, 1 insertion(+) > >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 48d39d3..6142181 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc >@@ -30,6 +30,7 @@ > </ul> > </div> > <div id="opacresultssidebar"> >+[% OPACResultsSidebar %] > </div> > [% END %] > [% 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 10840
:
20845
|
20991
|
20999
|
21000