It adds pretty huge image 'Google Preview' on google
book jacket.
---
 koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js 
b/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js
index 3de2134..db638cb 100644
--- a/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js
+++ b/koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js
@@ -48,7 +48,9 @@ KOHA.Google = {
                         '<div style="margin-bottom:5px; 
margin-top:-5px;font-size:9px">' +
                         '<a href="' + 
                         book.info_url + 
-                        '">Source Google</a></div>' 
+                        '"><img src="' +
+                        
'http://books.google.com/intl/en/googlebooks/images/gbs_preview_sticker1.gif' +
+                        '"></a></div>' 
                         );
                                } else {
                                        var message = 
document.createElement("span");
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to