[Koha-cvs] koha/bull subscription-detail.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Mon Feb 13 08:11:54 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/13 07:11:54

Modified files:
	bull           : subscription-detail.pl 

Log message:
	Adding support for intranetstylesheet and intranetcolorstylesheet

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/bull/subscription-detail.pl.diff?only_with_tag=rel_2_2&tr1=1.5.2.3&tr2=1.5.2.4&r1=text&r2=text

Patches:
Index: koha/bull/subscription-detail.pl
diff -u koha/bull/subscription-detail.pl:1.5.2.3 koha/bull/subscription-detail.pl:1.5.2.4
--- koha/bull/subscription-detail.pl:1.5.2.3	Fri Sep  9 10:11:38 2005
+++ koha/bull/subscription-detail.pl	Mon Feb 13 07:11:54 2006
@@ -136,6 +136,8 @@
 $template->param(
 			"periodicity$subs->{periodicity}" => 1,
 			"arrival$subs->{dow}" => 1,
+			intranetstylesheet => C4::Context->preference("intranetstylesheet"),
+			intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), 
 			);
 
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list