synch'ing opac display with staff for scanIndexes
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
366432e18f
commit
40e6ec2f08
1 changed files with 2 additions and 2 deletions
|
@ -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" -->"<!-- TMPL_VAR NAME="title" ESCAPE="URL" -->""><!-- TMPL_VAR NAME="title" ESCAPE="html" --></a>
|
||||
<a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->"<!-- TMPL_VAR NAME="title_nospan" ESCAPE="URL" -->""><!-- TMPL_VAR NAME="title" --></a>
|
||||
</td>
|
||||
<td>
|
||||
<!-- TMPL_VAR NAME="subtitle" -->
|
||||
<!-- TMPL_VAR NAME="author" -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
|
|
Loading…
Reference in a new issue