#17914874 블로그형 게시판에서 특정 글만 골라 읽을 때 전체 글 목록으로 이동할 수 있는 버튼 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6621 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
smaker 2009-06-20 08:35:06 +00:00
parent fd54d21004
commit 86d193bf32
2 changed files with 4 additions and 4 deletions

View file

@ -124,9 +124,9 @@
</div>
<div class="boardNavigation">
<!--@if($module_info->default_style != 'blog')-->
<!--@if($module_info->default_style != 'blog' || ($module_info->default_style == 'blog' && Context::get('document_srl')))-->
<div class="buttonLeft">
<a href="{getUrl('document_srl','')}" class="button"><span>{$lang->cmd_list}</span></a>
<a href="{getUrl('document_srl','')}" class="button"><span><!--@if($module_info->default_style != 'blog')-->{$lang->cmd_list}<!--@else-->{$lang->cmd_view_all}<!--@end--></span></a>
</div>
<!--@end-->