#85. XE의 기본 게시판 스킨에서 댓글쓰기 권한이 없으면 댓글이 보이지조차 않던 버그를 댓글의 목록을 보여주는 부분과 댓글 입력창 부분을 분리하여 적용하여 해결.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-22 08:55:25 +00:00
parent f5fc930ec6
commit 21f0f417d5
6 changed files with 18 additions and 18 deletions

View file

@ -49,8 +49,3 @@
</ul>
<!--@end-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked())-->
<!--#include("./comment_form.html")-->
<!--@end-->

View file

@ -128,7 +128,12 @@
<!--@end-->
<!-- 댓글 파일 include -->
<!--@if($grant->write_comment && $oDocument->allowComment())-->
<a name="comment"></a>
<!--#include("./comment.html")-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked() && $oDocument->allowComment() )-->
<!--#include("./comment_form.html")-->
<!--@else-->
<div class="gap1"></div>
<!--@end-->

View file

@ -49,8 +49,3 @@
</ul>
<!--@end-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked())-->
<!--#include("./comment_form.html")-->
<!--@end-->

View file

@ -128,7 +128,12 @@
<!--@end-->
<!-- 댓글 파일 include -->
<!--@if($grant->write_comment && $oDocument->allowComment())-->
<a name="comment"></a>
<!--#include("./comment.html")-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked() && $oDocument->allowComment() )-->
<!--#include("./comment_form.html")-->
<!--@else-->
<div class="gap1"></div>
<!--@end-->

View file

@ -49,8 +49,3 @@
</ul>
<!--@end-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked())-->
<!--#include("./comment_form.html")-->
<!--@end-->

View file

@ -128,7 +128,12 @@
<!--@end-->
<!-- 댓글 파일 include -->
<!--@if($grant->write_comment && $oDocument->allowComment())-->
<a name="comment"></a>
<!--#include("./comment.html")-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && !$oDocument->isLocked() && $oDocument->allowComment() )-->
<!--#include("./comment_form.html")-->
<!--@else-->
<div class="gap1"></div>
<!--@end-->