mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
관리자의 경우 쪽지 수신 여부와 상관없이 메세지를 보낼 수 있게 하고 회원 이름 클릭시 나타나는 팝업 메뉴의 span을 div로 하여 글과 아이콘이 겹치지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3599 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
204cdd9b12
commit
b1b242f599
4 changed files with 16 additions and 11 deletions
|
|
@ -596,8 +596,8 @@ function displayPopupMenu(ret_obj, response_tags, params) {
|
|||
|
||||
if(!str || !func) continue;
|
||||
|
||||
if(icon) html += "<span class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" style=\"background:url("+icon+") no-repeat left center; padding-left:18px;\" onclick=\""+func+"\">"+str+"</span><br />";
|
||||
else html += "<span class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" onclick=\""+func+"\">"+str+"</span><br />";
|
||||
if(icon) html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" style=\"background:url("+icon+") no-repeat left center; padding-left:18px;\" onclick=\""+func+"\">"+str+"</div>";
|
||||
else html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" onclick=\""+func+"\">"+str+"</div><br />";
|
||||
}
|
||||
}
|
||||
loaded_popup_menu_list[menu_id] = html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue