[Vtigercrm-commits] [vtiger-commits] r11010 - /vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 24 03:40:44 EDT 2007
Author: richie
Date: Thu May 24 01:40:39 2007
New Revision: 11010
Log:
missed line is checked in to display the sender mail id when sending the mails from webmail module -sri
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl Thu May 24 01:40:39 2007
@@ -131,6 +131,7 @@
<tr>
<td colspan="3" align="center" valign="top" height="320">
{if $WEBMAIL eq 'true' or $RET_ERROR eq 1}
+ <input type="hidden" name="from_add" value="{$from_add}">
<textarea style="display: none;" class="detailedViewTextBox" id="description" name="description" cols="90" rows="8">{$DESCRIPTION}</textarea>
{else}
<textarea style="display: none;" class="detailedViewTextBox" id="description" name="description" cols="90" rows="16">{$elements.3.0}</textarea> {/if}
More information about the vtigercrm-commits
mailing list