[Koha-cvs] CVS: koha/admin authorised_values.pl,1.9,1.10

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 24 12:26:19 CEST 2003


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv11614/admin

Modified Files:
	authorised_values.pl 
Log Message:
fix for #473

Index: authorised_values.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/authorised_values.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** authorised_values.pl	20 Jun 2003 12:59:19 -0000	1.9
--- authorised_values.pl	24 Jun 2003 10:26:17 -0000	1.10
***************
*** 188,196 ****
  	if ($offset>0) {
  		my $prevpage = $offset-$pagesize;
! 		$template->param(previous => "<a href=\"$script_name?offset=".$prevpage.'">');
  	}
  	if ($offset+$pagesize<$count) {
  		my $nextpage =$offset+$pagesize;
! 		$template->param(next => "<a href=\"$script_name?offset=".$nextpage.'">');
  
  
--- 188,196 ----
  	if ($offset>0) {
  		my $prevpage = $offset-$pagesize;
! 		$template->param(previous => "<a href=\"$script_name?offset=$prevpage&searchfield=$searchfield\">");
  	}
  	if ($offset+$pagesize<$count) {
  		my $nextpage =$offset+$pagesize;
! 		$template->param(next => "<a href=\"$script_name?offset=$nextpage&searchfield=$searchfield\">");
  
  





More information about the Koha-cvs mailing list