[Koha-cvs] koha reports-home.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Feb 4 22:56:18 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/04 21:56:18

Modified files:
	.              : reports-home.pl 

Log message:
	Add support for intranetcolorstylesheet systempref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/reports-home.pl.diff?only_with_tag=rel_2_2&tr1=1.6.2.1&tr2=1.6.2.2&r1=text&r2=text

Patches:
Index: koha/reports-home.pl
diff -u koha/reports-home.pl:1.6.2.1 koha/reports-home.pl:1.6.2.2
--- koha/reports-home.pl:1.6.2.1	Sat Feb  4 21:26:47 2006
+++ koha/reports-home.pl	Sat Feb  4 21:56:18 2006
@@ -16,6 +16,7 @@
 				authnotrequired => 0,
 				flagsrequired => {catalogue => 1},
 				debug => 1,
-				intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 				});
+$template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
+		);
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list