koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha request.pl [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha request.pl [rel_2_2]
Date: Mon, 06 Feb 2006 20:12:05 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/02/06 20:12:05

Modified files:
        .              : request.pl 

Log message:
        Adding missing declaration of template variables defining 
intranetstylesheet, intranetcolorstylesheet, and intranetnav

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/request.pl.diff?only_with_tag=rel_2_2&tr1=1.28.2.3&tr2=1.28.2.4&r1=text&r2=text

Patches:
Index: koha/request.pl
diff -u koha/request.pl:1.28.2.3 koha/request.pl:1.28.2.4
--- koha/request.pl:1.28.2.3    Sat Oct 15 16:45:42 2005
+++ koha/request.pl     Mon Feb  6 20:12:05 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: request.pl,v 1.28.2.3 2005/10/15 16:45:42 hdl Exp $
+# $Id: request.pl,v 1.28.2.4 2006/02/06 20:12:05 oleonard Exp $
 
 #script to place reserves/requests
 #writen 2/1/00 by address@hidden
@@ -194,6 +194,12 @@
                                                                date => $date,
                                                                bib => $bib,
                                                                title 
=>$dat->{title});
+                                                               
+$template->param(intranetcolorstylesheet => 
C4::Context->preference("intranetcolorstylesheet"),
+               intranetstylesheet => 
C4::Context->preference("intranetstylesheet"),
+               IntranetNav => C4::Context->preference("IntranetNav"),
+               );
+       
 # printout the page
 print $input->header(
        -type => C4::Interface::CGI::Output::guesstype($template->output),




reply via email to

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