From: Owen Leonard Date: Fri, 28 Jun 2013 18:21:03 +0000 (-0400) Subject: Bug 10497 - star ratings not showing right in ccsr detail X-Git-Tag: v3.14.00-alpha1~585 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=2fccb14a806e9aad18cc9f75df39e09bd64830dd;p=koha_fer Bug 10497 - star ratings not showing right in ccsr detail Star ratings do not appear correctly in the CCSR theme because it lacks the image sprite used to display them. This patch adds the required file. To test, apply the patch and view a search results set which includes titles which have an existing rating. Ratings should appear correctly. View a detail page for an title which has a rating, and add a rating to a title which has no rating. Ratings should look correct and work correctly. Signed-off-by: Nicole C. Engard All tests pass - including leaving a rating on the newly visible stars Signed-off-by: Katrin Fischer In order to test this, make sure you have set OpacStarRatings set to 'results and details'. The star images show up in OPAC results with the correct amount of stars after applying the patch. Signed-off-by: Galen Charlton --- diff --git a/koha-tmpl/opac-tmpl/ccsr/images/star-ratings-sprite.png b/koha-tmpl/opac-tmpl/ccsr/images/star-ratings-sprite.png new file mode 100644 index 0000000000..1dadc550ab Binary files /dev/null and b/koha-tmpl/opac-tmpl/ccsr/images/star-ratings-sprite.png differ