[Vtigercrm-commits] [vtiger-commits] r10309 - in /vtigercrm/branches/5.0.3/Smarty/templates: EmailDetailView.tpl ReportsStep0.tpl ReportsStep1.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 2 02:43:33 EST 2007


Author: richie
Date: Fri Mar  2 00:43:22 2007
New Revision: 10309

Log:
fixes #3042

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/EmailDetailView.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl
    vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/EmailDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/EmailDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/EmailDetailView.tpl Fri Mar  2 00:43:22 2007
@@ -13,8 +13,8 @@
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>vtigerCRM Mail</title>
+<meta http-equiv="Content-Type" content="text/html; charset={$APP.LBL_CHARSET}">
+<title>{$MOD.TITLE_VTIGERCRM_MAIL}</title>
 <link REL="SHORTCUT ICON" HREF="include/images/vtigercrm_icon.ico">	
 <style type="text/css">@import url("themes/{$THEME}/style.css");</style>
 <script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep0.tpl Fri Mar  2 00:43:22 2007
@@ -11,8 +11,8 @@
 -->*}
 <html>
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>vtiger CRM - Create Report</title>
+	<meta http-equiv="Content-Type" content="text/html; charset={$APP.LBL_CHARSET}">
+	<title>{$MOD.TITLE_VTIGERCRM_CREATE_REPORT}</title>
 	<link href="{$THEME_PATH}style.css" rel="stylesheet" type="text/css">
 	<script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
 	<script language="javascript" type="text/javascript" src="include/scriptaculous/prototype.js"></script>

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ReportsStep1.tpl Fri Mar  2 00:43:22 2007
@@ -11,8 +11,8 @@
 -->*}
 <html>
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-	<title>vtiger CRM - Create Report</title>
+	<meta http-equiv="Content-Type" content="text/html; charset={$APP.LBL_CHARSET}">
+	<title>{$MOD.TITLE_VTIGERCRM_CREATE_REPORT}</title>
 	<link href="{$THEME_PATH}style.css" rel="stylesheet" type="text/css">
 	<script language="JavaScript" type="text/javascript" src="include/js/general.js"></script>
 	<script language="JavaScript" type="text/javascript" src="modules/Reports/Report.js"></script>





More information about the vtigercrm-commits mailing list