[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.19,1.20
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/opac opac-reserve.pl,1.19,1.20 |
Date: |
Thu, 08 Jan 2004 10:26:41 -0800 |
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 => address@hidden);
$width = 2*$width -1;
! $template->param(totalwidth => 2*$width-1);
if ($query->param('item_types_selected')) {
--- 170,176 ----
$template->param(TYPE_ROWS => address@hidden);
$width = 2*$width -1;
! $template->param(totalwidth => 2*$width-1,
! LibraryName =>
C4::Context->preference("LibraryName"),
! );
if ($query->param('item_types_selected')) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-reserve.pl,1.19,1.20,
Owen Leonard <=