Bugzilla – Attachment 15511 Details for
Bug 9660
OpenLibrary covers are too small on OPAC search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9660 - OpenLibrary covers are too small on OPAC search results
Bug-9660---OpenLibrary-covers-are-too-small-on-OPA.patch (text/plain), 1.12 KB, created by
Mason James
on 2013-02-19 03:26:15 UTC
(
hide
)
Description:
Bug 9660 - OpenLibrary covers are too small on OPAC search results
Filename:
MIME Type:
Creator:
Mason James
Created:
2013-02-19 03:26:15 UTC
Size:
1.12 KB
patch
obsolete
>From 7a76fd8192c6c0bea1fee0145687b3fe5bafb7bb Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 19 Feb 2013 16:24:15 +1300 >Subject: [PATCH] Bug 9660 - OpenLibrary covers are too small on OPAC search results >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >--- > koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js b/koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js >index c07ba3b..10a58dd 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js >+++ b/koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js >@@ -51,7 +51,8 @@ KOHA.OpenLibrary = { > $(this).append(img); > $(this).append('<div class="results_summary">' + '<a href="' + book.url + '">Preview</a></div>'); > } else { >- img.src = book.cover.small; >+ img.src = book.cover.medium; >+ img.height = '110'; > $(this).append(img); > } > } else { >-- >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 9660
:
15511
|
15512
|
15513
|
15523
|
16911