mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
cozy_simple 블로그스킨의 댓글 달기 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2227 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b93a4516bd
commit
0c586cf87a
2 changed files with 4 additions and 3 deletions
|
|
@ -17,10 +17,10 @@
|
|||
<td>{$val->content}</td>
|
||||
<td class="tRight" valign="top">
|
||||
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
|
||||
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<a href="{getUrl('act','dispBlogDeleteComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_delete.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBlogModifyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_edit.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
<a href="{getUrl('act','dispBlogReplyComment','comment_srl',$val->comment_srl)}"><img src="./images/common/btn_reply.gif" alt="{$lang->cmd_reply}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@if($val->uploaded_count && $val->uploaded_list)-->
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
|
||||
<!-- 댓글 입력 폼 -->
|
||||
<!--@if($grant->write_comment && !$oDocument->isLocked())-->
|
||||
{@ $document_srl = $oDocument->document_srl; }
|
||||
<!--#include("./comment_form.html")-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue