[Vtigercrm-commits] [vtiger-commits] r7568 - in /vtigercrm/trunk/Smarty/templates: DetailView.tpl ListView.tpl RelatedLists.tpl SelectEmail.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 27 06:02:47 EDT 2006
Author: richie
Date: Tue Jun 27 04:02:41 2006
New Revision: 7568
Log:
inconsistance in select Emails has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/DetailView.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
vtigercrm/trunk/Smarty/templates/RelatedLists.tpl
vtigercrm/trunk/Smarty/templates/SelectEmail.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Tue Jun 27 04:02:41 2006
@@ -21,7 +21,7 @@
</span>
{if $MODULE eq 'Leads' or $MODULE eq 'Contacts' or $MODULE eq 'Accounts'}
-<div id="sendmail_cont" style="z-index:100001;position:absolute;"></div>
+<form name="SendMail"><div id="sendmail_cont" style="z-index:100001;position:absolute;"></div></form>
{/if}
<div id="convertleaddiv" style="display:block;position:absolute;left:225px;top:150px;"></div>
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Tue Jun 27 04:02:41 2006
@@ -407,8 +407,7 @@
</div>
{/if}
{if $MODULE eq 'Leads' or $MODULE eq 'Contacts' or $MODULE eq 'Accounts'}
-<div id="sendmail_cont" style="z-index:100001;position:absolute;"></div>
-
+<form name="SendMail"><div id="sendmail_cont" style="z-index:100001;position:absolute;"></div></form>
{/if}
<script>
{literal}
Modified: vtigercrm/trunk/Smarty/templates/RelatedLists.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/RelatedLists.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/RelatedLists.tpl Tue Jun 27 04:02:41 2006
@@ -131,7 +131,7 @@
</table>
{if $MODULE eq 'Leads' or $MODULE eq 'Contacts' or $MODULE eq 'Accounts'}
-<div id="sendmail_cont" style="z-index:100001;position:absolute;width:310px;"></div>
+<form name="SendMail"><div id="sendmail_cont" style="z-index:100001;position:absolute;"></div></form>
{/if}
<script>
Modified: vtigercrm/trunk/Smarty/templates/SelectEmail.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/SelectEmail.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/SelectEmail.tpl Tue Jun 27 04:02:41 2006
@@ -11,7 +11,6 @@
-->*}
<!-- BEGIN: main -->
<div id="roleLay" style="z-index:12;display:block;">
- <form name="SendMail">
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="small">
<tr>
<td width="50%" align="left" class="genHeaderSmall">{$MOD.CHOSE_EMAIL}</td>
@@ -34,6 +33,5 @@
</tr>
<tr><td colspan="2" style="border-top:1px dashed #CCCCCC;"> </td></tr>
</table>
- </form>
</div>
More information about the vtigercrm-commits
mailing list