mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
$title = sprintf("%s:%s%s %s, %s:%s/%s", Context::getLang('point'), $point, $this->config->point_name, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level);
|
||||
|
||||
$text = sprintf('<span class="nowrap member_%s"><img src="%s" width="%s" height="%s" alt="%s" title="%s" align="absmiddle" style="margin-right:3px"/>%s</span>', $member_srl, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $title, $title, $text);
|
||||
$text = sprintf('<span class="nowrap member_%s" style="cursor:pointer"><img src="%s" width="%s" height="%s" alt="%s" title="%s" align="absmiddle" style="margin-right:3px"/>%s</span>', $member_srl, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $title, $title, $text);
|
||||
|
||||
$this->member_code[$member_srl] = $text;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue