[Vtigercrm-commits] [vtiger-commits] r9707 - in /vtigercrm/branches/5.0.2/Smarty/templates: EmailDetailView.tpl EmailDetails.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 09:29:02 EDT 2006
Author: richie
Date: Thu Oct 26 07:26:54 2006
New Revision: 9707
Log:
* Modified to hadle the i18n issues ie., when we change the Description in language file then email body not displayed, Fixes #2277
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/EmailDetailView.tpl
vtigercrm/branches/5.0.2/Smarty/templates/EmailDetails.tpl
Modified: vtigercrm/branches/5.0.2/Smarty/templates/EmailDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/EmailDetailView.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/EmailDetailView.tpl Thu Oct 26 07:26:54 2006
@@ -61,7 +61,7 @@
</tr>
{elseif $elements.fldname eq 'description'}
<tr>
- <td style="padding: 5px;" colspan="3" valign="top"><div style="overflow:auto;height:415px;width:100%;">{$BLOCKS.4.Description.value}</div></td>
+ <td style="padding: 5px;" colspan="3" valign="top"><div style="overflow:auto;height:415px;width:100%;">{$elements.value}</div></td>
</tr>
{elseif $elements.fldname eq 'filename'}
Modified: vtigercrm/branches/5.0.2/Smarty/templates/EmailDetails.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/EmailDetails.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/EmailDetails.tpl Thu Oct 26 07:26:54 2006
@@ -56,7 +56,7 @@
</table>
{elseif $elements.fldname eq 'description'}
<div>
- {$BLOCKS.4.Description.value}
+ {$elements.value}
</div>
{/if}
{/foreach}
More information about the vtigercrm-commits
mailing list