From 9e39932d75d38e6951f22a8a8bca2892a9625860 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 26 Feb 2008 10:34:32 +1300 Subject: [PATCH] Correction to results.tmpl, enabling noItemTypeImages preference in Lists (Bug 1780). Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/catalogue/results.tmpl | 4 ++-- .../prog/en/modules/virtualshelves/shelves.tmpl | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index cdb77fe5a4..df83fd73de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -352,9 +352,9 @@ $(window).load(function() {
  • -
  • "> +
  • ); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 30px; margin: .4em 0;" title="">
  • -
  • > +
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl index 9ef3bc0b6e..4d1ae600ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl @@ -121,8 +121,7 @@ $(document).ready(function(){ - - + @@ -143,14 +142,11 @@ $(document).ready(function(){ -
     TypeIconItem Type Title Author Date Added - - - - /../img/itemtypeimg/" alt="" title="" /> + + /../img/itemtypeimg/" alt="" title="" /> - /../img/itemtypeimg/.gif" alt="" title="" /> - + /../img/itemtypeimg/.gif" alt="" title="" /> + -- 2.39.5