[Vtigercrm-commits] [vtiger-commits] r7446 - in /vtigercrm/trunk/Smarty/templates: DetailViewFields.tpl DetailViewUI.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 23 01:19:27 EDT 2006
Author: saraj
Date: Thu Jun 22 23:19:22 2006
New Revision: 7446
Log:
currency symbol has been removed fieldvalue as it is uppended in field label
Modified:
vtigercrm/trunk/Smarty/templates/DetailViewFields.tpl
vtigercrm/trunk/Smarty/templates/DetailViewUI.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailViewFields.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailViewFields.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailViewFields.tpl Thu Jun 22 23:19:22 2006
@@ -17,8 +17,8 @@
<td width=25% class="dvtCellInfo" align="left">
{if $keyid eq '55'}<!--SalutationSymbol-->
{$keysalut}
- {elseif $keyid eq '71' || $keyid eq '72'} <!--CurrencySymbol-->
- {$keycursymb}
+ {*elseif $keyid eq '71' || $keyid eq '72'} <!--CurrencySymbol-->
+ {$keycursymb*}
{/if}
{$keyval}
</td>
Modified: vtigercrm/trunk/Smarty/templates/DetailViewUI.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailViewUI.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailViewUI.tpl Thu Jun 22 23:19:22 2006
@@ -17,8 +17,8 @@
<td width=25% class="dvtCellInfo" align="left" id="mouseArea_{$label}" onmouseover="hndMouseOver({$keyid},'{$label}');" onmouseout="fnhide('crmspanid');">
{if $keyid eq '55'}<!--SalutationSymbol-->
{$keysalut}
- {elseif $keyid eq '71' || $keyid eq '72'} <!--CurrencySymbol-->
- {$keycursymb}
+ {*elseif $keyid eq '71' || $keyid eq '72'} <!--CurrencySymbol-->
+ {$keycursymb*}
{/if}
<span id="dtlview_{$label}">{$keyval}</span>
<div id="editarea_{$label}" style="display:none;">
More information about the vtigercrm-commits
mailing list