[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en includes/opac-b... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Apr 19 20:36:25 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/04/19 18:36:24

Modified files:
	koha-tmpl/opac-tmpl/css/en/includes: opac-basket-top.inc 
	                                     opac-top.inc popup-top.inc 
	koha-tmpl/opac-tmpl/css/en: opac-main.tmpl 

Log message:
	Enabling TemplateEncoding system preference

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc.diff?only_with_tag=rel_2_2&tr1=1.6.2.3&tr2=1.6.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc.diff?only_with_tag=rel_2_2&tr1=1.8.2.10&tr2=1.8.2.11&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl.diff?only_with_tag=rel_2_2&tr1=1.16.2.12&tr2=1.16.2.13&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc
diff -u koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc:1.6.2.3 koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc:1.6.2.4
--- koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc:1.6.2.3	Thu Apr  7 11:52:34 2005
+++ koha/koha-tmpl/opac-tmpl/css/en/includes/opac-basket-top.inc	Wed Apr 19 18:36:24 2006
@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 	<title>OPAC Basket</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+	<!-- 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 -->
 	<!-- TMPL_IF name="opacstylesheet" -->
 		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="opacstylesheet"-->" />
 	<!-- TMPL_ELSE -->
Index: koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc
diff -u koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc:1.8.2.10 koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc:1.8.2.11
--- koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc:1.8.2.10	Tue Apr  4 14:06:38 2006
+++ koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc	Wed Apr 19 18:36:24 2006
@@ -9,7 +9,7 @@
 		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
 	<!-- /TMPL_IF -->
 	<title><!--TMPL_VAR name="LibraryName"--></title>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+	<!-- 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 -->
 	<script type="text/javascript" language="javascript" src="<!-- TMPL_VAR NAME="themelang" -->/includes/basket.js"></script>
 	<script language="JavaScript" type="text/javascript">
 		function _(s) { return s } // dummy function for gettext
Index: koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc
diff -u koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc:1.1.2.1 koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc:1.1.2.2
--- koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc:1.1.2.1	Tue Jan 11 18:33:44 2005
+++ koha/koha-tmpl/opac-tmpl/css/en/includes/popup-top.inc	Wed Apr 19 18:36:24 2006
@@ -3,7 +3,7 @@
 <html>
 <head>
 	<title>popup</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+	<!-- 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 -->
 	<!-- TMPL_IF name="opacstylesheet" -->
 		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="opacstylesheet"-->" />
 	<!-- TMPL_ELSE -->
Index: koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl
diff -u koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.12 koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.13
--- koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl:1.16.2.12	Mon Apr  3 10:29:23 2006
+++ koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl	Wed Apr 19 18:36:24 2006
@@ -8,7 +8,7 @@
 	<!-- TMPL_ELSE -->
 		<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
 	<!-- /TMPL_IF -->
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+	<!-- 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 -->
 	<title><!--TMPL_VAR name="LibraryName"--></title>
 </head>
 





More information about the Koha-cvs mailing list