synch'ing opac display with staff for scanIndexes
authorPaul POULAIN <paul.poulain@biblibre.com>
Fri, 2 May 2008 17:03:28 +0000 (19:03 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 5 May 2008 10:45:49 +0000 (05:45 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl

index cac0738..0b30823 100644 (file)
@@ -132,10 +132,10 @@ $(document).ready(function(){
                        <tr>
                        <!-- /TMPL_IF -->
                 <td>
-                    <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title"  ESCAPE="URL" -->&quot;"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></a>
+                    <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title_nospan"  ESCAPE="URL" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
                 </td>
                 <td>
-                    <!-- TMPL_VAR NAME="subtitle" -->
+                    <!-- TMPL_VAR NAME="author" -->
                 </td>
             </tr>
             <!-- /TMPL_LOOP -->