mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
업데이트 저장기록이 없을경우 없다고 알림
This commit is contained in:
parent
301861e35a
commit
16f7a76471
2 changed files with 7 additions and 2 deletions
|
|
@ -55,4 +55,5 @@ $lang->msg_board_delete_protect_comment = '댓글이 작성된 댓글의 글을
|
|||
$lang->msg_board_update_protect_comment = '댓글이 작성된 댓글의 글을 수정할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_document = '%s일 이전의 게시글은 수정 또는 삭제 할 수 없습니다.';
|
||||
$lang->msg_protect_regdate_comment = '%s일 이전의 댓글은 수정 또는 삭제 할 수 없습니다.';
|
||||
$lang->original_letter = '원본글';
|
||||
$lang->msg_dont_have_update_log = '업데이트 로그가 기록되어 있지 않은 게시글입니다.';
|
||||
$lang->original_letter = '원본글';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<include target="_header.html" />
|
||||
<div class="update-log" loop="$updatelog=>$val">
|
||||
<div class="update-log" loop="$updatelog=>$val" cond="$updatelog">
|
||||
<div class="board_read" >
|
||||
<!-- READ HEADER -->
|
||||
<div class="read_header">
|
||||
|
|
@ -21,3 +21,7 @@
|
|||
<!-- /READ BODY -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="update-log" cond="!$updatelog">
|
||||
{$lang->msg_dont_have_update_log}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue