projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c134222
)
Use medium item image for record summary
author
Jeff Godin
<jgodin@tadl.org>
Tue, 3 Apr 2012 14:24:09 +0000
(10:24 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Tue, 3 Apr 2012 14:24:09 +0000
(10:24 -0400)
Switch to "medium" size item image in record summary.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/web/opac/skin/tadlv2/js/rdetail.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/opac/skin/tadlv2/js/rdetail.js
b/Open-ILS/web/opac/skin/tadlv2/js/rdetail.js
index
dbe0384
..
2984ad1
100644
(file)
--- a/
Open-ILS/web/opac/skin/tadlv2/js/rdetail.js
+++ b/
Open-ILS/web/opac/skin/tadlv2/js/rdetail.js
@@
-585,7
+585,7
@@
function _rdetailDraw(r) {
}
$('rdetail_img_link').setAttribute('href', buildISBNSrc(cleanISBN(record.isbn()), 'large'));
- G.ui.rdetail.image.setAttribute("src", buildISBNSrc(cleanISBN(record.isbn())));
+ G.ui.rdetail.image.setAttribute("src", buildISBNSrc(cleanISBN(record.isbn())
, 'medium'
));
runEvt("rdetail", "recordDrawn");
recordsCache.push(record);