[Vtigercrm-commits] [vtiger-commits] r3917 - /vtigercrm/trunk/Smarty/templates/UserEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Feb 24 02:49:13 EST 2006
Author: saraj
Date: Fri Feb 24 00:49:09 2006
New Revision: 3917
Log:
Changed the LBL_ADDRESS & LBL_YAHOO_ID
Modified:
vtigercrm/trunk/Smarty/templates/UserEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/UserEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserEditView.tpl Fri Feb 24 00:49:09 2006
@@ -147,7 +147,7 @@
<td class="dvtCellInfo"><input type="text" name="phone_fax" value='{$PHONE_FAX}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">{$UMOD.LBL_YAHOO_MSN_ID}</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_YAHOO_ID}</td>
<td class="dvtCellInfo"><input type="text" name="yahoo_id" value='{$YAHOO_ID}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
<td class="dvtCellLabel" align="right">{$UMOD.LBL_HOME_PHONE}</td>
<td class="dvtCellInfo"><input type="text" name="phone_home" value='{$PHONE_HOME}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
@@ -174,7 +174,7 @@
<td colspan="4" class="detailedViewHeader"><b>{$UMOD.LBL_NEW_FORM_TITLE}</b></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">{$UMOD.LBL_STREET_ADDRESS}</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_ADDRESS}</td>
<td class="dvtCellInfo"><textarea name="address_street" rows="3" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" >{$ADDRESS_STREET}</textarea></td>
<td class="dvtCellInfo" > </td>
<td class="dvtCellInfo"> </td>
More information about the vtigercrm-commits
mailing list