Followup for bug 10320: minor bugfixes and style improvements
authorJesse Weaver <pianohacker@gmail.com>
Thu, 18 Jul 2013 15:48:19 +0000 (09:48 -0600)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 07:04:02 +0000 (07:04 +0000)
commit0f219a31be615faba830ee69d7328ad8c01642b3
tree39888ec90f952e801da5c8b3bf9badd2365cecf3
parent2d0bdc80fda5344cd3ef6613d26676267a82142a
Followup for bug 10320: minor bugfixes and style improvements

Switch to the new method of showing star ratings. Also, fix some
translation bugs, an error that occurred when caching was disabled and
add a stub unit test.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
12 files changed:
C4/External/OverDrive.pm
koha-tmpl/opac-tmpl/ccsr/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
koha-tmpl/opac-tmpl/prog/images/Star0.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/Star1.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/Star2.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/Star3.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/Star4.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/Star5.gif [deleted file]
t/External_Overdrive.t [new file with mode: 0755]