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

paul poulain paul at koha-fr.org
Wed Jun 7 16:50:49 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/06/07 14:50:49

Modified files:
	.              : help.pl 

Log message:
	templateEncoding passed to online help as well

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/help.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: help.pl
===================================================================
RCS file: /cvsroot/koha/koha/help.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- help.pl	9 Feb 2006 13:58:19 -0000	1.1.2.5
+++ help.pl	7 Jun 2006 14:50:49 -0000	1.1.2.6
@@ -41,6 +41,7 @@
 							interface => '/intranet-tmpl',
 							theme => $theme,
 							lang => $lang,
+							TemplateEncoding => C4::Context->preference("TemplateEncoding")."",
 							intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
 		IntranetNav => C4::Context->preference("IntranetNav"),





More information about the Koha-cvs mailing list