[Vtigercrm-commits] [vtiger development] #6032: Open all menu button not working IE-7
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Oct 22 05:46:01 EDT 2009
#6032: Open all menu button not working IE-7
------------------------+---------------------------------------------------
Reporter: vamsee | Owner: developer
Type: defect | Status: closed
Priority: minor | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val2
Resolution: fixed | Keywords:
------------------------+---------------------------------------------------
Changes (by paproth):
* status: new => closed
* resolution: => fixed
Comment:
Hello there, got following patch to solve the problem:
--- Smarty/templates/Home/HomeButtons.tpl_BA 2009-10-22
11:14:27.000000000 +0200
+++ Smarty/templates/Home/HomeButtons.tpl 2009-10-22
11:17:28.000000000 +0200
@@ -52,7 +52,7 @@
</td>
<td>
- <img width="27" height="27"
src="{'btnL3AllMenu.gif'|@vtiger_imageurl:$THEME}"
alt="{$APP.LBL_ALL_MENU_ALT}" title="{$APP.LBL_ALL_MENU_TITLE}" border="0"
onmouseout="fninvsh('allMenu');"
onClick="$('allMenu').style.display='block';
$('allMenu').style.visibility='visible';placeAtCenter($('allMenu'))">
+ <img width="27" height="27"
src="{'btnL3AllMenu.gif'|@vtiger_imageurl:$THEME}"
alt="{$APP.LBL_ALL_MENU_ALT}" title="{$APP.LBL_ALL_MENU_TITLE}" border="0"
onmouseout="fninvsh('allMenu');" onClick="fnvshobj(this,'allMenu')">
</td>
<td align='left'>
Best regards, stefan
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6032#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list