[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.19,1.20

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 8 19:26:41 CET 2004


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv31405/opac

Modified Files:
	opac-reserve.pl 
Log Message:
Added Paul's LibraryName variable to template

Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** opac-reserve.pl	18 Sep 2003 12:34:13 -0000	1.19
--- opac-reserve.pl	8 Jan 2004 18:26:39 -0000	1.20
***************
*** 170,174 ****
  $template->param(TYPE_ROWS => \@typerows);
  $width = 2*$width -1;
! $template->param(totalwidth => 2*$width-1);
  
  if ($query->param('item_types_selected')) {
--- 170,176 ----
  $template->param(TYPE_ROWS => \@typerows);
  $width = 2*$width -1;
! $template->param(totalwidth => 2*$width-1,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! );
  
  if ($query->param('item_types_selected')) {





More information about the Koha-cvs mailing list