koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Auth.pm [rel_2_2]
Date: Wed, 05 Apr 2006 14:54:33 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/04/05 14:54:33

Modified files:
        C4             : Auth.pm 

Log message:
        Adding TemplateEncoding syspref

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

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.11 koha/C4/Auth.pm:1.36.2.12
--- koha/C4/Auth.pm:1.36.2.11   Wed Mar  8 13:46:55 2006
+++ koha/C4/Auth.pm     Wed Apr  5 14:54:33 2006
@@ -207,6 +207,7 @@
                                opaclayoutstylesheet => 
C4::Context->preference("opaclayoutstylesheet"),
                                opaccolorstylesheet => 
C4::Context->preference("opaccolorstylesheet"),
                                opaclanguagesdisplay => 
C4::Context->preference("opaclanguagesdisplay"),
+                               TemplateEncoding => 
C4::Context->preference("TemplateEncoding"),
                );
        }
        $template->param(
@@ -478,8 +479,10 @@
        my $template = gettemplate($template_name, $type,$query);
        $template->param(INPUTS => address@hidden,
                        intranetcolorstylesheet => 
C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => 
C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
+                       intranetstylesheet => 
C4::Context->preference("intranetstylesheet"),
+                       IntranetNav => C4::Context->preference("IntranetNav"),
+                       TemplateEncoding => 
C4::Context->preference("TemplateEncoding"),
+
                        );
        $template->param(loginprompt => 1) unless $info{'nopermission'};
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]