[Vtigercrm-commits] [vtiger-commits] r3986 - /vtigercrm/trunk/Smarty/templates/UserDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 04:05:47 EST 2006


Author: saraj
Date: Tue Feb 28 02:05:38 2006
New Revision: 3986

Log:
Added the currency field in the Display View

Modified:
    vtigercrm/trunk/Smarty/templates/UserDetailView.tpl

Modified: vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserDetailView.tpl Tue Feb 28 02:05:38 2006
@@ -107,8 +107,8 @@
 				 <tr>
 				   <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>{$UMOD.LBL_COLOR}</td>
 					<td class="dvtCellInfo">{$COLORASSIGNED}</td>
-				    <td class="dvtCellInfo" align="right">&nbsp;</td>
-                                    <td span class="dvtCellInfo">&nbsp;</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">&nbsp;</td></tr>
 				 </table>





More information about the vtigercrm-commits mailing list