[Vtigercrm-commits] [vtiger-commits] r11147 - /vtigercrm/branches/5.0.3/Smarty/templates/CurrencyDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 02:46:38 EDT 2007


Author: richie
Date: Wed May 30 00:46:33 2007
New Revision: 11147

Log:
* Display the base currency name

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/CurrencyDetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/CurrencyDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CurrencyDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CurrencyDetailView.tpl Wed May 30 00:46:33 2007
@@ -66,7 +66,7 @@
                             <td class="small cellText">{$CURRENCY_SYMBOL}</td>
                           </tr>
                           <tr valign="top">
-                            <td nowrap class="small cellLabel"><strong>{$MOD.LBL_CURRENCY_CRATE}</strong><br>({$MOD.LBL_BASE_CURRENCY})</td>
+                            <td nowrap class="small cellLabel"><strong>{$MOD.LBL_CURRENCY_CRATE}</strong><br>({$MOD.LBL_BASE_CURRENCY}{$MASTER_CURRENCY})</td>
 
                             <td class="small cellText">{$CONVERSION_RATE}</td>
                           </tr>





More information about the vtigercrm-commits mailing list