Issue 1735 fix.

- Not to show popup menu icon.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10644 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-04-29 10:28:21 +00:00
parent a4123d0bc6
commit 71a87ed4b7
3 changed files with 189 additions and 72 deletions

View file

@ -381,7 +381,7 @@ if(jQuery) jQuery.noConflict();
var styleText = "";
var click_str = "";
if(icon) styleText = " style=\"background-image:url('"+icon+"')\" ";
/* if(icon) styleText = " style=\"background-image:url('"+icon+"')\" "; */
switch(target) {
case "popup" :
click_str = " onclick=\"popopen(this.href,'"+target+"'); return false;\"";