[Vtigercrm-commits] [vtiger-commits] r9585 - in /vtigercrm/branches/5.0.1/Smarty/templates: DisplayFields.tpl salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Oct 7 08:51:37 EDT 2006
Author: jerrydgeorge
Date: Sat Oct 7 06:51:00 2006
New Revision: 9585
Log:
i18N issue has been fixed --Jeri,Fixes #2309
Modified:
vtigercrm/branches/5.0.1/Smarty/templates/DisplayFields.tpl
vtigercrm/branches/5.0.1/Smarty/templates/salesEditView.tpl
Modified: vtigercrm/branches/5.0.1/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/DisplayFields.tpl Sat Oct 7 06:51:00 2006
@@ -51,7 +51,7 @@
{/if}
{elseif $uitype eq 19 || $uitype eq 20}
<!-- In Add Comment are we should not display anything -->
- {if $fldlabel eq 'Add Comment'}
+ {if $fldlabel eq $MOD.LBL_ADD_COMMENT}
{assign var=fldvalue value=""}
{/if}
<td width=20% class="dvtCellLabel" align=right>
Modified: vtigercrm/branches/5.0.1/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/salesEditView.tpl Sat Oct 7 06:51:00 2006
@@ -115,7 +115,7 @@
<!-- This is added to display the existing comments -->
- {if $header eq 'Comments' || $header eq 'Comment Information'}
+ {if $header eq $MOD.LBL_COMMENTS || $header eq $MOD.LBL_COMMENT_INFORMATION}
<tr><td> </td></tr>
<tr>
<td colspan=4 class="dvInnerHeader">
More information about the vtigercrm-commits
mailing list