koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin authorised_values.pl,1.9,1.10
Date: Tue, 24 Jun 2003 03:26:19 -0700

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\">");
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]