[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.6,1.7

Owen Leonard oleonard at users.sourceforge.net
Wed May 19 18:00:46 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4459/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-searchresults.tmpl 
Log Message:
Fixing broken next and previous links in the bottom row of the search results table

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-searchresults.tmpl	12 May 2004 15:21:28 -0000	1.6
--- opac-searchresults.tmpl	19 May 2004 16:00:40 -0000	1.7
***************
*** 77,81 ****
  			<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 -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP -->">&lt;&lt;&lt; Previous</a>
  				<!-- TMPL_ELSE -->
  					&nbsp;
--- 77,81 ----
  			<th align="left">
  				<!-- TMPL_IF NAME="displayprev" -->
! 					<a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE="URL" -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">&lt;&lt;&lt;Previous</a>
  				<!-- TMPL_ELSE -->
  					&nbsp;
***************
*** 85,89 ****
  			<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 -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP -->">Next &gt;&gt;&gt;</a>
  				<!-- TMPL_ELSE -->
  					&nbsp;
--- 85,89 ----
  			<th colspan="2" align="right">
  				<!-- TMPL_IF NAME="displaynext" -->
! 					<a class="results" href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">Next &gt;&gt;&gt;</a>
  				<!-- TMPL_ELSE -->
  					&nbsp;





More information about the Koha-cvs mailing list