[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue searchresults.tmpl,1.3,1.4

Steve Tonnesen tonnesen at users.sourceforge.net
Wed May 15 06:12:58 CEST 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv2304/koha-html/intranet-html/includes/templates/default/catalogue

Modified Files:
	searchresults.tmpl 
Log Message:
Fixed next and previous links in template.


Index: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha-html/intranet-html/includes/templates/default/catalogue/searchresults.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** searchresults.tmpl	14 May 2002 21:51:25 -0000	1.3
--- searchresults.tmpl	15 May 2002 04:12:56 -0000	1.4
***************
*** 16,22 ****
      <table border=0 cellpadding=0 cellspacing=0 width=100% background="/images/background-mem.gif">
      <tr><td align=left>
!     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
      </td><td align=right>
!     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
      </td></tr>
      </table>
--- 16,22 ----
      <table border=0 cellpadding=0 cellspacing=0 width=100% background="/images/background-mem.gif">
      <tr><td align=left>
!     <a href=search.pl?startfrom=<TMPL_VAR NAME="prevstartfrom">&<TMPL_LOOP NAME=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>>Previous Records</a>
      </td><td align=right>
!     <a href=search.pl?startfrom=<TMPL_VAR NAME="nextstartfrom">&<TMPL_LOOP NAME=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>>Next Records</a>
      </td></tr>
      </table>
***************
*** 25,28 ****
--- 25,29 ----
  <br>
  Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
+ 
  <hr>
  <TMPL_INCLUDE NAME="cat-bottom.inc">





More information about the Koha-cvs mailing list