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

This commit is contained in:
zero 2007-03-02 05:57:08 +00:00
parent 380d8f29a6
commit b14df1d3b6
5 changed files with 21 additions and 5 deletions

View file

@ -34,9 +34,11 @@
</tr>
<tr>
<td colspan="2">
<a href="{getUrl('act','dispModifyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_modify}]</a>
<a href="{getUrl('act','dispReplyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_reply}]</a>
<!--@if($comment->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-->
</td>
</tr>
</table>