Bugzilla – Attachment 9215 Details for
Bug 7962
Cart missing from result lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7962 - Cart missing from result lists
Bug-7962---Cart-missing-from-result-lists.patch (text/plain), 2.07 KB, created by
Mason James
on 2012-04-16 04:34:01 UTC
(
hide
)
Description:
Bug 7962 - Cart missing from result lists
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-04-16 04:34:01 UTC
Size:
2.07 KB
patch
obsolete
>From 7992eaa19a4b79606f3e07788d45561bc8963da8 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sun, 15 Apr 2012 16:46:57 -0400 >Subject: [PATCH] Bug 7962 - Cart missing from result lists >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >Removing duplicate inclusion of jQuery on the results page >which was added with the star ratings feature. Koha already >uses jQuery by default. > >I have also made the inclusion of ratings JS and CSS dependent >on ratings being turned on. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >Signed-off-by: Mason James <mtj at kohaaloha.com> >--- > .../opac-tmpl/prog/en/modules/opac-results.tt | 5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index 2c12d44..49303a6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -7,9 +7,8 @@ > [% END %] > [% INCLUDE 'doc-head-close.inc' %] > <link rel="alternate" type="application/rss+xml" title="[% LibraryName |html %] Search RSS Feed" href="[% OPACBaseurl %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" /> >-<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/jquery.js"></script> >-<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/plugins/jquery.rating.js"></script> >-<link rel="stylesheet" type="text/css" href="/opac-tmpl/prog/en/css/jquery.rating.css" /> >+[% IF ( OpacStarRatings == 'all' ) %]<script type="text/javascript" src="/opac-tmpl/prog/en/lib/jquery/plugins/jquery.rating.js"></script> >+<link rel="stylesheet" type="text/css" href="/opac-tmpl/prog/en/css/jquery.rating.css" />[% END %] > > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> > [% IF ( OpacHighlightedWords ) %]<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.highlight-3.js"></script> >-- >1.7.2.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 7962
:
9210
|
9214
| 9215