[Vtigercrm-commits] [vtiger-commits] r10648 - /vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 11 11:57:20 EDT 2007


Author: richie
Date: Wed Apr 11 09:57:15 2007
New Revision: 10648

Log:
* in forward mail we could not select email template, this issue fixed, Fixed #3443

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 Wed Apr 11 09:57:15 2007
@@ -127,7 +127,7 @@
    <tr>
 	<td colspan="3" align="center" valign="top" height="320">
         {if $WEBMAIL eq 'true'}
-                <textarea style="display: none;" class="detailedViewTextBox" name="description" cols="90" rows="8">{$DESCRIPTION}</textarea>
+                <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}
 	</td>





More information about the vtigercrm-commits mailing list