mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
플래닛 기본 스킨에서 사용자 이름 선택시 스크롤이 위로 올라가지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6437 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4ba43cc5d0
commit
ff5039f701
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<!--// Original Text -->
|
||||
<div class="comment">
|
||||
<!--@if($planet->getMid() != $item->getPlanetMid())-->
|
||||
<h3 class="identity"> <a href="{getUrl('','mid',$item->getPlanetMid())}"><img src="{$item->getPlanetPhotoSrc()}" width="96" height="96" alt="{htmlspecialchars($item->nick_name)}" /></a><em><a href="#" class="member_{$item->getMemberSrl()}">{$item->getNickName()}</a></em> </h3>
|
||||
<h3 class="identity"> <a href="{getUrl('','mid',$item->getPlanetMid())}"><img src="{$item->getPlanetPhotoSrc()}" width="96" height="96" alt="{htmlspecialchars($item->nick_name)}" /></a><em><a href="#" class="member_{$item->getMemberSrl()}" onclick="return false;">{$item->getNickName()}</a></em> </h3>
|
||||
<!--@end-->
|
||||
<div class="tongue">
|
||||
<div class="post">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--@if($reply_list)-->
|
||||
<!--@foreach($reply_list as $key => $reply)-->
|
||||
<dl id="commentBody:{$reply->comment_srl}">
|
||||
<dt><a href="#" class="member_{$reply->member_srl}">{$reply->nick_name}</a></dt>
|
||||
<dt><a href="#" class="member_{$reply->member_srl}" onclick="return false;">{$reply->nick_name}</a></dt>
|
||||
<dd>
|
||||
{$reply->content}
|
||||
<span class="time">{getTimeGap($reply->regdate, 'Y/m/d')}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue