[Koha-patches] [PATCH] Fix for Bug 4219, strange artifacts showing on lists in the staff client

Owen Leonard oleonard at myacpl.org
Thu Feb 18 21:06:44 CET 2010


Recent change to C4/VirtualShelves/Page.pm caused display of subtitles
to break in the staff client display of lists
---
 .../prog/en/modules/virtualshelves/shelves.tmpl    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 64f9d67..8be08e1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
@@ -203,7 +203,7 @@ function placeHold () {
             <!-- TMPL_ELSE -->
 				<a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
 			<!-- /TMPL_IF -->
-			<!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_VAR NAME="subtitle" --></a>
+			<!-- TMPL_VAR NAME="title" escape="html" --><!-- TMPL_LOOP NAME="subtitle" --> <!-- TMPL_VAR NAME="subfield" --><!-- /TMPL_LOOP --></a>
 			</td>
 			<td><!-- TMPL_VAR NAME="author" --></td>
 			<td><!-- TMPL_VAR NAME="dateadded" --></td>
-- 
1.6.3.3




More information about the Koha-patches mailing list