[Vtigercrm-commits] [vtiger-commits] r10364 - /vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 6 06:36:54 EST 2007


Author: saraj
Date: Tue Mar  6 04:36:48 2007
New Revision: 10364

Log:
fix for i18n issue - Dashboard - View chart label missing. Fixes #3043

Modified:
    vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php

Modified: vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php (original)
+++ vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php Tue Mar  6 04:36:48 2007
@@ -75,7 +75,7 @@
 				<td  align="right">
 					<table cellpadding="0" cellspacing="0" border="0" class="small">
 						<tr>
-							<td class="small">View Chart :&nbsp;</td>
+							<td class="small"><?php echo $mod_strings['VIEWCHART'];?> :&nbsp;</td>
 							<td class="dash_row_unsel"><a class="dash_href" href="#1">1</a></td>
 							<td class="dash_row_sel">2</td>
 							<td class="dash_row_unsel"><a class="dash_href" href="#3">3</a></td>
@@ -112,7 +112,7 @@
 				<td align="right">
 					<table cellpadding="0" cellspacing="0" border="0" class="small">
 						<tr>
-							<td class="small">View Chart :&nbsp;</td>
+							<td class="small"><?php echo $mod_strings['VIEWCHART']; ?> :&nbsp;</td>
 							<td class="dash_row_unsel"><a class="dash_href" href="#1">1</a></td>
 							<td class="dash_row_unsel"><a class="dash_href" href="#2">2</a></td>
 							<td class="dash_row_sel">3</td>





More information about the vtigercrm-commits mailing list