[Vtigercrm-commits] [vtiger-commits] r6143 - /vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 01:10:31 EDT 2006
Author: saraj
Date: Wed May 17 23:10:28 2006
New Revision: 6143
Log:
Updated Edit View for i18n - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl Wed May 17 23:10:28 2006
@@ -165,7 +165,7 @@
<tr>
<td class="dvtCellLabel" align="right">{$UMOD.LBL_REPORTS_TO}</td>
<td class="dvtCellInfo">
- <input readonly name='reports_to_name' class="small" type="text" value='{$REPORTS_TO_NAME}'><input name='reports_to_id' type="hidden" value='{$REPORTS_TO_ID}'> <input title="Change [Alt+C]" accessKey="C" type="button" class="small" value='Change' name=btn1 LANGUAGE=javascript onclick='return window.open("index.php?module=Users&action=Popup&form=UsersEditView&form_submit=false","test","width=600,height=400,resizable=1,scrollbars=1");'></td>
+ <input readonly name='reports_to_name' class="small" type="text" value='{$REPORTS_TO_NAME}'><input name='reports_to_id' type="hidden" value='{$REPORTS_TO_ID}'> <input title="Change [Alt+C]" accessKey="C" type="button" class="small" value='{$UMOD.LBL_CHANGE}' name=btn1 LANGUAGE=javascript onclick='return window.open("index.php?module=Users&action=Popup&form=UsersEditView&form_submit=false","test","width=600,height=400,resizable=1,scrollbars=1");'></td>
<td class="dvtCellLabel" align="right">{$UMOD.LBL_OTHER_PHONE}</td>
<td class="dvtCellInfo">
<input type="text" name="phone_other" value='{$PHONE_OTHER}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
More information about the vtigercrm-commits
mailing list