mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#104 분류항목 선택 후 글 선택시 분류가 이어지지 않는 문제와 검색후 새창으로 글이 뜨던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2369 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a970616b1
commit
aa141569c1
7 changed files with 11 additions and 51 deletions
|
|
@ -95,11 +95,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($grant->view)-->
|
||||
<!--@if($search_target && $search_keyword)-->
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}" onclick="winopen(this.href,'viewDocument');return false;">{$document->getTitleText($module_info->subject_cut_size)}</a>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getTitleText($module_info->subject_cut_size)}</a>
|
||||
<!--@end-->
|
||||
<a href="{getUrl('document_srl',$document->document_srl)}">{$document->getTitleText($module_info->subject_cut_size)}</a>
|
||||
<!--@else-->
|
||||
{$document->getTitleText($module_info->subject_cut_size)}
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue