[Vtigercrm-commits] [vtiger-commits] r10956 - /vtigercrm/branches/5.0.3/modules/Users/ProfileDeleteStep1.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 22 08:32:27 EDT 2007
Author: richie
Date: Tue May 22 06:31:39 2007
New Revision: 10956
Log:
fix for misplaced labels in Delete Profile Layer. Fixes #3855 --minnie
Modified:
vtigercrm/branches/5.0.3/modules/Users/ProfileDeleteStep1.php
Modified: vtigercrm/branches/5.0.3/modules/Users/ProfileDeleteStep1.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/ProfileDeleteStep1.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/ProfileDeleteStep1.php Tue May 22 06:31:39 2007
@@ -40,11 +40,11 @@
<td class="small">
<table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
<tr>
- <td width="50%" class="cellLabel small"><b>'.$mod_strings["LBL_TRANSFER_ROLES_TO_PROFILE"].'</b></td>
+ <td width="50%" class="cellLabel small"><b>'.$mod_strings["LBL_PROFILE_TO_BE_DELETED"].'</b></td>
<td width="50%" class="cellText small"><b>'.$delete_prof_name.'</b></td>
</tr>
<tr>
- <td align="left" class="cellLabel small" nowrap><b>'.$mod_strings["LBL_PROFILE_TO_BE_DELETED"].'</b></td>
+ <td align="left" class="cellLabel small" nowrap><b>'.$mod_strings["LBL_TRANSFER_ROLES_TO_PROFILE"].'</b></td>
<td align="left" class="cellText small">';
$output.='<select class="select" name="transfer_prof_id">';
global $adb;
More information about the vtigercrm-commits
mailing list