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

This commit is contained in:
zero 2007-05-07 09:36:32 +00:00
parent e71be36721
commit 15e40c6bbc
2 changed files with 2 additions and 2 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)-->
<!--@if($val->is_granted || !$val->member_srl)-->
<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-->

View file

@ -110,7 +110,7 @@
<a href="{getUrl('document_srl','')}">[{$lang->cmd_list}]</a>
<a href="#" onclick="doVote();return false;">[{$lang->cmd_vote}]</a>
<!--@if($document->is_granted)-->
<!--@if($document->is_granted || !$document->member_srl)-->
<a href="{getUrl('act','dispBoardWrite')}">[{$lang->cmd_modify}]</a>
<a href="{getUrl('act','dispBoardDelete')}">[{$lang->cmd_delete}]</a>
<!--@end-->