mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
#392 비회원의 글/댓글 수정/삭제시 오류가 생기는 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3686 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef9060dcf8
commit
0790e9015c
7 changed files with 10 additions and 9 deletions
|
|
@ -22,8 +22,8 @@
|
|||
<span class="date"><strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}</span>
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}"><img src="./images/common/btn_modify.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}"><img src="./images/common/btn_delete2.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}"><img src="./images/common/btn_modify.gif" alt="{$lang->cmd_modify}" /></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}"><img src="./images/common/btn_delete2.gif" alt="{$lang->cmd_delete}" /></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue