koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [rel_2_2]
Date: Wed, 05 Apr 2006 14:54:09 +0000

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

Modified files:
        koha-tmpl/opac-tmpl/npl/en/includes: doc-head-close-basket.inc 
                                             doc-head-close-basket-print.inc 
                                             doc-head-close.inc 

Log message:
        adding TemplateEncoding syspref

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.10&tr2=1.1.2.11&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc
diff -u 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.2
 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.3
--- 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc:1.1.2.2
    Fri Mar  3 16:22:47 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc    
Wed Apr  5 14:54:09 2006
@@ -1,5 +1,9 @@
 </title>
+<!-- TMPL_IF NAME="TemplateEncoding" -->
+<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR 
NAME='TemplateEncoding' -->" />
+<!-- TMPL_ELSE -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<!-- /TMPL_IF -->
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/favicon.ico" type="image/x-icon" />
 <meta http-equiv="Content-Language" content="en-us" />
 <style type="text/css"> 
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc
diff -u 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.4 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.5
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc:1.1.2.4  
Fri Mar  3 16:22:47 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc  Wed Apr 
 5 14:54:09 2006
@@ -1,5 +1,9 @@
 </title>
+<!-- TMPL_IF NAME="TemplateEncoding" -->
+<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR 
NAME='TemplateEncoding' -->" />
+<!-- TMPL_ELSE -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<!-- /TMPL_IF -->
 <meta http-equiv="Content-Language" content="en-us" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" 
-->/includes/favicon.ico" type="image/x-icon" />
        <!-- TMPL_IF name="opacstylesheet" -->
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.10 
koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.11
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.10        
Fri Mar  3 16:22:47 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc Wed Apr  5 
14:54:09 2006
@@ -1,5 +1,9 @@
 </title>
+<!-- TMPL_IF NAME="TemplateEncoding" -->
+<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR 
NAME='TemplateEncoding' -->" />
+<!-- TMPL_ELSE -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<!-- /TMPL_IF -->
 <meta http-equiv="Content-Language" content="en-us" />
 <link rel="shortcut icon" href="<TMPL_VAR 
NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
        <!-- TMPL_IF name="opacstylesheet" -->




reply via email to

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