mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Fix the Language in the template file.
This commit is contained in:
parent
e9bd281e24
commit
939780b871
1 changed files with 3 additions and 6 deletions
|
|
@ -27,12 +27,12 @@
|
|||
<!--@else-->
|
||||
<div class="xe_content">
|
||||
<!--@if($comment->status == 7)-->
|
||||
댓글이 삭제되었습니다.
|
||||
{$lang->msg_delete_comment}
|
||||
<!--@elseif($comment->status == 8)-->
|
||||
관리자에 의해 댓글이 삭제되었습니다.
|
||||
{$lang->msg_admin_delete_comment}
|
||||
<!--@end-->
|
||||
</div>
|
||||
<block cond="$comment->status != '8' && $comment->status != '7'">
|
||||
<block cond="$comment->status < 7">
|
||||
{$comment->getContent(false)}
|
||||
</block>
|
||||
<!--@end-->
|
||||
|
|
@ -52,9 +52,6 @@
|
|||
<a cond="$comment->isGranted()||!$comment->get('member_srl')" href="{getUrl('act','dispBoardDeleteComment','comment_srl',$comment->comment_srl)}" class="delete"><i class="xi-trash"></i> {$lang->cmd_delete}</a>
|
||||
<a cond="$is_logged" class="comment_{$comment->comment_srl} this" href="#popup_menu_area" onclick="return false">{$lang->cmd_comment_do}</a>
|
||||
</p>
|
||||
<p class="action">
|
||||
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div cond="$oDocument->comment_page_navigation" class="pagination">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue