From 7a945dbc284a9fc98fda06a49bbac0712bce4fea Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 12 Nov 2010 22:41:32 -0500 Subject: [PATCH] bug 4359: make other pages in the OPAC respect noItemTypeImages Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl | 4 ++++ .../opac-tmpl/prog/en/modules/opac-results-grouped.tmpl | 9 +++++---- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 2 ++ koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 5 ++++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl index 812c91b133..52ff4cdae4 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl @@ -296,7 +296,9 @@ + " alt="" /> + @@ -472,7 +474,9 @@ + " alt="" /> + diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl index 1d5e8f1913..288392fb20 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl @@ -200,12 +200,13 @@ function highlightOn() { ">.01.TZZZZZZZ.jpg" alt="" class="thumbnail" /> - - " title="" /> - + + + " title="" /> + + - . " title="View details for this title"> diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index 3d59dd13f1..aa39b9a92a 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -373,11 +373,13 @@ $(document).ready(function(){ . + " title="" alt="" /> + diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index b79ddab612..8e846324f7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -248,7 +248,10 @@ $(function() { value=" - " alt="" title="" /> + + " alt="" title="" /> + + "> -- 2.20.1