[Vtigercrm-commits] [vtiger-commits] r7036 - /vtigercrm/trunk/modules/Users/ListProfiles.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 08:20:40 EDT 2006
Author: saraj
Date: Tue Jun 13 06:20:37 2006
New Revision: 7036
Log:
updated Profiles List.php - ahmed
Modified:
vtigercrm/trunk/modules/Users/ListProfiles.php
Modified: vtigercrm/trunk/modules/Users/ListProfiles.php
==============================================================================
--- vtigercrm/trunk/modules/Users/ListProfiles.php (original)
+++ vtigercrm/trunk/modules/Users/ListProfiles.php Tue Jun 13 06:20:37 2006
@@ -27,7 +27,7 @@
$sql = "select * from vtiger_profile";
$profileListResult = $adb->query($sql);
$noofrows = $adb->num_rows($profileListResult);
-$list_entries = array($mod_strings['LBL_OERATION'],$mod_strings['LBL_NEW_PROFILE_NAME'],$mod_strings['LBL_DESCRIPTION']);
+$list_entries = array($mod_strings['LBL_LIST_NO'],$mod_strings['LBL_LIST_TOOLS'],$mod_strings['LBL_NEW_PROFILE_NAME'],$mod_strings['LBL_DESCRIPTION']);
//Standard PickList Fields
function getStdOutput($profileListResult, $noofrows, $mod_strings)
@@ -60,10 +60,9 @@
$smarty->assign("MOD", return_module_language($current_language,'Settings'));
$smarty->assign("PROFILES", $standCustFld);
$smarty->assign("IMAGE_PATH",$image_path);
+$smarty->assign("COUNT",$noofrows);
$smarty->assign("APP", $app_strings);
$smarty->assign("CMOD", $mod_strings);
-
-
-$smarty->display("UserProfile.tpl");
+$smarty->display("UserProfileList.tpl");
?>
More information about the vtigercrm-commits
mailing list