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

This commit is contained in:
zero 2007-03-02 06:06:23 +00:00
parent b14df1d3b6
commit 2d6147d518
4 changed files with 26 additions and 8 deletions

View file

@ -35,7 +35,7 @@
<tr>
<td colspan="2">
<a href="{getUrl('act','dispReplyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_reply}]</a>
<!--@if($comment->is_granted)-->
<!--@if($val->is_granted)-->
<a href="{getUrl('act','dispModifyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_modify}]</a>
<a href="{getUrl('act','dispDeleteComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_delete}]</a>
<!--@end-->