[Vtigercrm-commits] [vtiger-commits] r4003 - /vtigercrm/trunk/Smarty/templates/UserEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 07:32:08 EST 2006
Author: saraj
Date: Tue Feb 28 05:32:04 2006
New Revision: 4003
Log:
Added currency label
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 05:32:04 2006
@@ -105,8 +105,8 @@
<tr>
<td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>{$UMOD.LBL_COLOR}</td>
<td> {$CAL_COLOR}</td>
- <td class="dvtCellInfo" align="right"> </td>
- <td span class="dvtCellInfo"> </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_CURRENCY_NAME}</td>
+ <td span class="dvtCellInfo">{$CURRENCY_NAME}</td>
</tr>
<tr><td colspan="4" height="30"> </td></tr>
</table>
More information about the vtigercrm-commits
mailing list