#249 비밀글 작성자는 해당 글의 모든 권한을 가지게 하여 댓글이 달리면 확인 가능하도록 하고 비밀글의 댓글은 댓글 숫자만 노출되고 내용은 노출되지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3663 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-14 07:36:33 +00:00
parent 3d64843654
commit 2d9042dc34
3 changed files with 15 additions and 2 deletions

View file

@ -169,7 +169,7 @@
<!--#include("./comment.html")-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked() && $oDocument->allowComment() )-->
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
<!--%import("filter/insert_comment.xml")-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
<input type="hidden" name="mid" value="{$mid}" />