[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue subject.tmpl,1.1.2.1,1.1.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 24 21:27:52 CEST 2002


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv10032

Modified Files:
      Tag: rel-1-2
	subject.tmpl 
Log Message:
Next and Previous buttons were broken in subject.tmpl


Index: subject.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/subject.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** subject.tmpl	21 Oct 2002 17:05:07 -0000	1.1.2.1
--- subject.tmpl	24 Oct 2002 19:27:49 -0000	1.1.2.2
***************
*** 24,30 ****
      <table border=0 cellpadding=0 cellspacing=0 width=100%>
      <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>
--- 24,30 ----
      <table border=0 cellpadding=0 cellspacing=0 width=100%>
      <tr><td align=left>
!     <a href=search.pl?<TMPL_LOOP name=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
      </td><td align=right>
!     <a href=search.pl?<TMPL_LOOP name=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
      </td></tr>
      </table>





More information about the Koha-cvs mailing list