[Koha-cvs] koha/C4 Auth.pm [rel_2_2]

Joshua Ferraro jmf at kados.org
Sun Feb 5 20:59:36 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/05 19:59:36

Modified files:
	C4             : Auth.pm 

Log message:
	Add intranetcolorstulesheet system pref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Auth.pm.diff?only_with_tag=rel_2_2&tr1=1.36.2.7&tr2=1.36.2.8&r1=text&r2=text

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.7 koha/C4/Auth.pm:1.36.2.8
--- koha/C4/Auth.pm:1.36.2.7	Wed Oct  5 18:15:40 2005
+++ koha/C4/Auth.pm	Sun Feb  5 19:59:36 2006
@@ -463,7 +463,9 @@
 	}
 
 	my $template = gettemplate($template_name, $type,$query);
-	$template->param(INPUTS => \@inputs);
+	$template->param(INPUTS => \@inputs,
+			intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
+			);
 	$template->param(loginprompt => 1) unless $info{'nopermission'};
 
 	my $self_url = $query->url(-absolute => 1);





More information about the Koha-cvs mailing list