[Vtigercrm-commits] [vtiger-commits] r7580 - in /vtigercrm/trunk: Smarty/templates/ReportRunContents.tpl include/language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 27 10:08:23 EDT 2006


Author: richie
Date: Tue Jun 27 08:08:17 2006
New Revision: 7580

Log:
language strings added for displaying Total records

Modified:
    vtigercrm/trunk/Smarty/templates/ReportRunContents.tpl
    vtigercrm/trunk/include/language/en_us.lang.php

Modified: vtigercrm/trunk/Smarty/templates/ReportRunContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ReportRunContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ReportRunContents.tpl Tue Jun 27 08:08:17 2006
@@ -29,7 +29,7 @@
 		<span class="genHeaderGray">{$REPORTNAME}</span><br>
 		</td>
 		<td align="right" width="25%">
-		<span class="genHeaderGray">Total : {$REPORTHTML.1}  Records</span>
+		<span class="genHeaderGray">{$APP.LBL_TOTAL} : {$REPORTHTML.1}  {$APP.LBL_RECORDS}</span>
 		</td>
 		</tr>
 		<tr><td id="report_info" align="left" colspan="2">&nbsp;</td></tr>

Modified: vtigercrm/trunk/include/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/include/language/en_us.lang.php (original)
+++ vtigercrm/trunk/include/language/en_us.lang.php Tue Jun 27 08:08:17 2006
@@ -939,6 +939,7 @@
 'LBL_PLEASE_CLICK'=>'Please Click',
 'LBL_TO_CONFIGURE'=>'to Configure',
 'LBL_HERE'=>'here',
+'LBL_RECORDS'=>'Records',
 );
 
 





More information about the vtigercrm-commits mailing list