Fixing broken next and previous links in the bottom row of the search results table
This commit is contained in:
parent
88e67b8d3e
commit
b0d5a41738
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
|||
<tr>
|
||||
<th align="left">
|
||||
<!-- TMPL_IF NAME="displayprev" -->
|
||||
<a class="results" href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="prevstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP -->"><<< Previous</a>
|
||||
<a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE="URL" -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search"><<<Previous</a>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
||||
<!-- /TMPL_IF -->
|
||||
|
@ -84,7 +84,7 @@
|
|||
<th colspan="3"> </th>
|
||||
<th colspan="2" align="right">
|
||||
<!-- TMPL_IF NAME="displaynext" -->
|
||||
<a class="results" href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP -->">Next >>></a>
|
||||
<a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">Next >>></a>
|
||||
<!-- TMPL_ELSE -->
|
||||
|
||||
<!-- /TMPL_IF -->
|
||||
|
|
Loading…
Reference in a new issue