[Vtigercrm-commits] [vtiger-commits] r10377 - /vtigercrm/branches/5.0.3/Smarty/templates/ComposeEmail.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 7 03:38:55 EST 2007
Author: richie
Date: Wed Mar 7 01:38:35 2007
New Revision: 10377
Log:
changed the to from textarea to textfield
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 Mar 7 01:38:35 2007
@@ -61,7 +61,7 @@
<td class="cellText" 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" readonly cols="70">{$TO_MAIL}</textarea>
+ <input id="parent_name" readonly class="txtBox" type="text" value="{$TO_MAIL}" style="width:99%">
</td>
<td class="cellText" style="padding: 5px;" align="left" nowrap>
<select name="parent_type">
More information about the vtigercrm-commits
mailing list