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

Joshua Ferraro jmf at kados.org
Sat Feb 4 22:57:16 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:57:16

Modified files:
	reports        : reports-home.pl 

Log message:
	Add support for intranetcolorstylesheet systempref (why do we have
	two report-homes?

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

Patches:
Index: koha/reports/reports-home.pl
diff -u koha/reports/reports-home.pl:1.1.2.2 koha/reports/reports-home.pl:1.1.2.3
--- koha/reports/reports-home.pl:1.1.2.2	Sat Feb  4 21:26:48 2006
+++ koha/reports/reports-home.pl	Sat Feb  4 21:57:16 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