[Vtigercrm-commits] [vtiger-commits] r11061 - /vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 26 09:38:17 EDT 2007


Author: jerrydgeorge
Date: Sat May 26 07:38:09 2007
New Revision: 11061

Log:
SendMail Form moved to the bottom of the template to fix the UI Issue in IE

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailView.tpl Sat May 26 07:38:09 2007
@@ -20,9 +20,6 @@
    <a class="link"  align="right" href="javascript:;">{$APP.LBL_EDIT_BUTTON}</a>
 </span>
 
-{if $MODULE eq 'Leads' or $MODULE eq 'Contacts' or $MODULE eq 'Accounts'}
-<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>
 <script>
@@ -495,4 +492,7 @@
 
 	<td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
 </tr></table>
-
+{if $MODULE eq 'Leads' or $MODULE eq 'Contacts' or $MODULE eq 'Accounts'}
+<form name="SendMail"><div id="sendmail_cont" style="z-index:100001;position:absolute;"></div></form>
+{/if}
+





More information about the vtigercrm-commits mailing list