[Vtigercrm-commits] [vtiger-commits] r4019 - /vtigercrm/trunk/Smarty/templates/UserEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 12:09:56 EST 2006
Author: saraj
Date: Tue Feb 28 10:09:51 2006
New Revision: 4019
Log:
Added User Image Resize Functionality
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 Tue Feb 28 10:09:51 2006
@@ -152,6 +152,15 @@
<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>
</tr>
+
+ <tr>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_USER_IMAGE}</td
+>
+ <td class="dvtCellInfo"><input name="imagename" value="" type="file" class="small"></td>
+ <td class="dvtCellLabel" align="right" colspan="2"> </td>
+ </tr>
+
+
<tr><td class="dvtCellLabel" align="right">
{$UMOD.LBL_TAG_CLOUD}
</td>
More information about the vtigercrm-commits
mailing list