More tweaks to shelf browse and similar items.
authorOwen Leonard <oleonard@myacpl.org>
Mon, 17 Mar 2008 20:07:44 +0000 (15:07 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 17 Mar 2008 21:28:59 +0000 (16:28 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/images/browse-next.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/browse-prev.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/star-ratings-empty.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/star-ratings.gif [new file with mode: 0644]

index 87bbc14..d772aac 100755 (executable)
 <ul>
 <!-- TMPL_LOOP NAME="AMAZON_SIMILAR_PRODUCTS" -->
 <!-- TMPL_LOOP NAME="similar_biblionumbers" -->
-<li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><img alt="img" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="ASIN"-->.01._SS50_.jpg" /></a> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></a> </li>
+<li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><img alt="" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="ASIN"-->.01._SS50_.jpg" /></a> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="HTML" --></a> </li>
 <!-- /TMPL_LOOP -->
 <!-- /TMPL_LOOP -->
 </ul>
diff --git a/koha-tmpl/opac-tmpl/prog/images/browse-next.gif b/koha-tmpl/opac-tmpl/prog/images/browse-next.gif
new file mode 100644 (file)
index 0000000..7fcd3f0
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/images/browse-next.gif differ
diff --git a/koha-tmpl/opac-tmpl/prog/images/browse-prev.gif b/koha-tmpl/opac-tmpl/prog/images/browse-prev.gif
new file mode 100644 (file)
index 0000000..feca93e
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/images/browse-prev.gif differ
diff --git a/koha-tmpl/opac-tmpl/prog/images/star-ratings-empty.gif b/koha-tmpl/opac-tmpl/prog/images/star-ratings-empty.gif
new file mode 100644 (file)
index 0000000..09b6305
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/images/star-ratings-empty.gif differ
diff --git a/koha-tmpl/opac-tmpl/prog/images/star-ratings.gif b/koha-tmpl/opac-tmpl/prog/images/star-ratings.gif
new file mode 100644 (file)
index 0000000..83ef62e
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/images/star-ratings.gif differ