xe_board 게시판스킨의 웹진형 목록에서 열람 권한이 없는데 summary가 나오는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 05:10:03 +00:00
parent 0d9265990a
commit 66ad427bf2
2 changed files with 7 additions and 2 deletions

View file

@ -71,7 +71,7 @@ Jeong, Chan Myeong 070601~070630
.boardList td.title a:visited { color:#777777;}
.boardList td.topic { padding-left:1em; color:#888888; }
.boardList td.topic strong a { font-size:1.2em; font-weight:bold; text-decoration:none; color:#444444; }
.boardList td.topic strong a { font-size:1.2em; font-weight:normal; text-decoration:none; color:#444444; }
.boardList td.topic strong a:visited { color:#777777; }
.boardList td.topic .category { background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left 3px; padding-left:.5em; margin-left:.5em; color:#AAAAAA; }
.boardList td.topic div.author { margin-top:.5em; color:#BBBBBB; font-size:0.8em; }

View file

@ -130,7 +130,12 @@
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
<tr class="bg{($no+1)%2+1}">
<td colspan="{$_col_count}" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(120)}</a>&nbsp;</td>
<td colspan="{$_col_count}" class="summary">
<!--@if($grant->view)-->
<a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(120)}</a>
<!--@end-->
&nbsp;
</td>
</tr>
<!--@end-->
<!--@end-->