[Vtigercrm-commits] [vtiger-commits] r7627 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 09:05:02 EDT 2006


Author: saraj
Date: Wed Jun 28 07:04:58 2006
New Revision: 7627

Log:
inline style has been removed in locateMap layer

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

Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Wed Jun 28 07:04:58 2006
@@ -79,7 +79,7 @@
                 {assign var=address1 value='Mailing'}
                 {assign var=address2 value='Other'}
         {/if}
-        <div id="locateMap" style="width: 125px; right: 159px; top: 260px; display: none; z-index:50" onmouseout="fninvsh('locateMap')" onmouseover="fnvshNrm('locateMap')">
+        <div id="locateMap" onMouseOut="fninvsh('locateMap')" onMouseOver="fnvshNrm('locateMap')">
                 <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
                         <tr>
                                 <td>
@@ -211,7 +211,7 @@
                                                         {if $MODULE eq 'Leads'}
                                                         <input name="mapbutton" value="{$APP.LBL_LOCATE_MAP}" class="small" type="button" onClick="searchMapLocation( 'Main' )" title="{$APP.LBL_LOCATE_MAP}">
                                                         {else}
-                                                        <input name="mapbutton" value="{$APP.LBL_LOCATE_MAP}" class="small" type="button" onClick="fnvshobj(this,'locateMap');" onmouseout="fninvsh('locateMap');" title="{$APP.LBL_LOCATE_MAP}">
+                                                        <input name="mapbutton" value="{$APP.LBL_LOCATE_MAP}" class="small" type="button" onClick="fnvshobj(this,'locateMap');" onMouseOut="fninvsh('locateMap');" title="{$APP.LBL_LOCATE_MAP}">
 							{/if}
                                                         {/if}
                                                         </td>





More information about the vtigercrm-commits mailing list