koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/authorities auth_finder.pl,1.2,1.3


From: doXulting
Subject: [Koha-cvs] CVS: koha/authorities auth_finder.pl,1.2,1.3
Date: Thu, 08 Jul 2004 03:16:14 -0700

Update of /cvsroot/koha/koha/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18406/koha/authorities

Modified Files:
        auth_finder.pl 
Log Message:
Authorities

Index: auth_finder.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** auth_finder.pl      5 Jul 2004 13:37:38 -0000       1.2
--- auth_finder.pl      8 Jul 2004 10:16:12 -0000       1.3
***************
*** 38,41 ****
--- 38,42 ----
  my $authtypecode = $query->param('authtypecode');
  my $index = $query->param('index');
+ my $category = $query->param('category');
  my $dbh = C4::Context->dbh;
  
***************
*** 84,87 ****
--- 85,89 ----
                                debug => 1,
                                });
+ 
        # multi page display gestion
        my $displaynext=0;
***************
*** 132,136 ****
        $template->param(result => $results) if $results;
        $template->param(index => $query->param('index'));
-       warn "ici query $index  $query->param('resultsperpage')" ;
        $template->param(startfrom=> $startfrom,
                                                        displaynext=> 
$displaynext,
--- 134,137 ----
***************
*** 147,151 ****
                                                        );
  } else {
-       warn "Je suis la de base $index\n";
        ($template, $loggedinuser, $cookie)
                = get_template_and_user({template_name => 
"authorities/auth_finder.tmpl",
--- 148,151 ----
***************
*** 161,164 ****
--- 161,165 ----
  
  $template->param(authtypesloop => address@hidden);
+ $template->param(category => $category);
  
  # Print the page




reply via email to

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