git-svn-id: http://xe-core.googlecode.com/svn/trunk@1049 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-09 06:47:21 +00:00
parent e8ea971041
commit ed00412796
2 changed files with 6 additions and 3 deletions

View file

@ -469,7 +469,7 @@ function displayMemberMenu(ret_obj, response_tags, params) {
if(!str || !func) continue;
html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\"><span style=\"background:url("+icon+") no-repeat left;padding-left:18px;\" onclick=\""+func+"\">"+str+"</div>";
html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" style=\"background:url("+icon+") no-repeat left;\" onclick=\""+func+"\">"+str+"</div>";
}
}
loaded_member_menu_list[member_srl] = html;