[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-searchresults.tmpl,1.3,1.4

Finlay Thompson finlayt at users.sourceforge.net
Thu Oct 3 10:58:52 CEST 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv4677

Modified Files:
	opac-searchresults.tmpl 
Log Message:

fixed typo


Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-searchresults.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-searchresults.tmpl	1 Oct 2002 22:48:34 -0000	1.3
--- opac-searchresults.tmpl	3 Oct 2002 08:58:50 -0000	1.4
***************
*** 22,26 ****
      <!-- Row of numbers corresponding to search result pages -->
      <TMPL_IF NAME="displayprev">
! 	<a 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>><img src=<TMPL_VAR NAME=themelang'>/images/numbers/prev.gif border=0></a>
      <TMPL_ELSE>
  	<img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif border=0>
--- 22,26 ----
      <!-- Row of numbers corresponding to search result pages -->
      <TMPL_IF NAME="displayprev">
! 	<a 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>><img src=<TMPL_VAR NAME='themelang'>/images/numbers/prev.gif border=0></a>
      <TMPL_ELSE>
  	<img src=<TMPL_VAR NAME="themelang">/images/numbers/placeholder.gif border=0>





More information about the Koha-cvs mailing list