git-svn-id: http://xe-core.googlecode.com/svn/trunk@1620 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-13 04:44:01 +00:00
parent d22070ae96
commit cee4bc3a89
8 changed files with 8 additions and 8 deletions

View file

@ -54,7 +54,7 @@
<td colspan="2">
<a href="{getUrl('act','dispBoardReplyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_reply}]</a>
<!--@if($val->is_granted || !$val->member_srl)-->
<!--@if($val->is_granted || !$val->member_srl || $grant->is_admin)-->
<a href="{getUrl('act','dispBoardModifyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_modify}]</a>
<a href="{getUrl('act','dispBoardDeleteComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_delete}]</a>
<!--@end-->