[Vtigercrm-commits] [vtiger-commits] r6795 - /vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 30 18:34:13 EDT 2006


Author: don
Date: Tue May 30 16:34:09 2006
New Revision: 6795

Log:
the to mail id made to readonly

Modified:
    vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl

Modified: vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl Tue May 30 16:34:09 2006
@@ -55,7 +55,7 @@
 	<td class="dvtCellLabel" style="padding: 5px;">
  		<input name="{$elements.2.0}" type="hidden" value="{$IDLISTS}">
 		<input type="hidden" name="saved_toid" value="{$TO_MAIL}">
-		<textarea id="parent_name" cols="70">{$TO_MAIL}</textarea>
+		<textarea id="parent_name" readonly cols="70">{$TO_MAIL}</textarea>
 	</td>
 	<td class="dvtCellLabel" style="padding: 5px;" align="left">
 		<select name="parent_type">





More information about the vtigercrm-commits mailing list