[Koha-cvs] CVS: koha/opac opac-basket.pl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 25 22:40:41 CET 2005


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

Modified Files:
	opac-basket.pl 
Log Message:
Adding verbose parameter to allow for more detailed view in opac basket (requires update to opac-basket.tmpl to take advantage of added functionality)

Index: opac-basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-basket.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-basket.pl	12 Jul 2004 18:58:47 -0000	1.3
--- opac-basket.pl	25 Jan 2005 21:40:38 -0000	1.4
***************
*** 21,25 ****
--- 21,27 ----
  my $bib_list=$query->param('bib_list');
  my $print_basket=$query->param('print');
+ my $verbose = $query->param('verbose');
  
+ if($verbose) { $template->param(verbose => 1); }
  if ($print_basket) { $template->param(print_basket => 1); }
  





More information about the Koha-cvs mailing list