mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
로그인 사용자의 경우 닉네임에 커서를 가져가면 손모양의 커서로 표시되도록 cursor:pointer 스타일 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2790 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
38d9ff197f
commit
786cb992ad
2 changed files with 2 additions and 2 deletions
|
|
@ -1376,7 +1376,7 @@
|
|||
$text = sprintf('<img src="%s" border="0" alt="id: %s" title="id : %s" width="%s" height="%s" align="absmiddle" style="margin-right:3px"/>%s', Context::getRequestUri().$image_mark->file, htmlspecialchars(strip_tags($matches[5])), htmlspecialchars(strip_tags($matches[5])), $image_mark->width, $image_mark->height, $text);
|
||||
}
|
||||
|
||||
return sprintf('<span class="nowrap member_%d">%s</span>',$member_srl, $text);
|
||||
return sprintf('<span class="nowrap member_%d" style="cursor:pointer">%s</span>',$member_srl, $text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue