[Koha-cvs] CVS: koha/admin marctagstructure.pl,1.14,1.15

Paul POULAIN tipaul at users.sourceforge.net
Fri May 2 18:18:54 CEST 2003


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

Modified Files:
	marctagstructure.pl 
Log Message:
fix for #254

Index: marctagstructure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** marctagstructure.pl	4 Mar 2003 16:13:42 -0000	1.14
--- marctagstructure.pl	2 May 2003 16:18:52 -0000	1.15
***************
*** 189,197 ****
  	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.'>');
  	}
  } #---- END $OP eq DEFAULT
--- 189,197 ----
  	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.'">');
  	}
  } #---- END $OP eq DEFAULT





More information about the Koha-cvs mailing list