[Vtigercrm-commits] [vtiger-commits] r5968 - in /vtigercrm/trunk/modules/Accounts: CallRelatedList.php DetailView.php EditView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 15 02:19:47 EDT 2006
Author: saraj
Date: Mon May 15 00:19:42 2006
New Revision: 5968
Log:
i18n done for module name in Detail/Edit/Relatedlistview - ahmed
Modified:
vtigercrm/trunk/modules/Accounts/CallRelatedList.php
vtigercrm/trunk/modules/Accounts/DetailView.php
vtigercrm/trunk/modules/Accounts/EditView.php
Modified: vtigercrm/trunk/modules/Accounts/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Accounts/CallRelatedList.php Mon May 15 00:19:42 2006
@@ -48,7 +48,7 @@
$smarty->assign("ID",$RECORD );
$smarty->assign("id",$focus->id);
$smarty->assign("MODULE",$currentmodule);
-$smarty->assign("SINGLE_MOD","Account");
+$smarty->assign("SINGLE_MOD",$app_strings['Account']);
$smarty->assign("MOD",$mod_strings);
$smarty->assign("APP",$app_strings);
$smarty->assign("THEME", $theme);
Modified: vtigercrm/trunk/modules/Accounts/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/DetailView.php (original)
+++ vtigercrm/trunk/modules/Accounts/DetailView.php Mon May 15 00:19:42 2006
@@ -65,7 +65,7 @@
$smarty->assign("CUSTOMFIELD", $cust_fld);
$smarty->assign("ID", $_REQUEST['record']);
-$smarty->assign("SINGLE_MOD","Account");
+$smarty->assign("SINGLE_MOD",$app_strings['Account']);
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
Modified: vtigercrm/trunk/modules/Accounts/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/EditView.php (original)
+++ vtigercrm/trunk/modules/Accounts/EditView.php Mon May 15 00:19:42 2006
@@ -96,7 +96,7 @@
$smarty->assign("IMAGE_PATH", $image_path);$smarty->assign("PRINT_URL", "phprint.php?jt=".session_id().$GLOBALS['request_string']);
$smarty->assign("ID", $focus->id);
$smarty->assign("MODULE",$currentModule);
-$smarty->assign("SINGLE_MOD","Account");
+$smarty->assign("SINGLE_MOD",$app_strings['Account']);
$smarty->assign("CALENDAR_LANG", $app_strings['LBL_JSCALENDAR_LANG']);
$smarty->assign("CALENDAR_DATEFORMAT", parse_calendardate($app_strings['NTC_DATE_FORMAT']));
More information about the vtigercrm-commits
mailing list