Fix for Bug 4219, strange artifacts showing on lists in the staff client
authorOwen Leonard <oleonard@myacpl.org>
Thu, 18 Feb 2010 20:06:44 +0000 (15:06 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 20:21:47 +0000 (15:21 -0500)
Recent change to C4/VirtualShelves/Page.pm caused display of subtitles
to break in the staff client display of lists

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl

index 64f9d67..8be08e1 100644 (file)
@@ -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>