mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#1354 통합 검색 기능의 활성화 설정 추가
- 검색 아이콘 및 input만 표시되지 않으며 통합검색 모듈의 동작을 제한하지 않음
This commit is contained in:
parent
1b7851c31c
commit
ebb5aec193
2 changed files with 16 additions and 3 deletions
|
|
@ -109,6 +109,16 @@
|
|||
</options>
|
||||
</var>
|
||||
|
||||
<var name="enable_intergration_search" type="select">
|
||||
<title xml:lang="ko">통함 검색</title>
|
||||
<options value="Y">
|
||||
<title xml:lang="ko">사용</title>
|
||||
</options>
|
||||
<options value="N">
|
||||
<title xml:lang="ko">사용 안 함</title>
|
||||
</options>
|
||||
</var>
|
||||
|
||||
<var name="logo_img" type="image">
|
||||
<title xml:lang="ko">기본형 로고 이미지</title>
|
||||
</var>
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
<block cond="!$layout_info->menu_fixed">{@ $layout_info->menu_fixed = 'Y'}</block>
|
||||
<block cond="!$layout_info->sidebar_position">{@ $layout_info->sidebar_position = 'right'}</block>
|
||||
<block cond="!$layout_info->use_slide">{@ $layout_info->use_slide = 'Y'}</block>
|
||||
<block cond="!$layout_info->enable_intergration_search">{@ $layout_info->enable_intergration_search = 'Y'}</block>
|
||||
|
||||
<block cond="$layout_info->use_demo === 'Y'">
|
||||
{@ $_sample_slide = true}
|
||||
|
|
@ -67,13 +68,15 @@
|
|||
'dispNcenterliteUserConfig',
|
||||
'dispNcenterliteNotifyList',
|
||||
'dispLoginxeclientListProvider',
|
||||
'dispAjaxboardNotificationConfig'
|
||||
'dispAjaxboardNotificationConfig',
|
||||
'IS'
|
||||
)}
|
||||
<block cond="in_array($act, $_fixed_width_act)">
|
||||
{@ $_body_class[] = 'fixed-width'}
|
||||
{@ $layout_info->sidebar_position = 'none'}
|
||||
{@ $sub_header_title = 'Membership'}
|
||||
{@ $layout_info->use_demo = 'N'}
|
||||
<block cond="$act === 'IS'">{@ $sub_header_title = 'Search'}</block>
|
||||
</block>
|
||||
|
||||
<!--// 레이아웃 타입 -->
|
||||
|
|
@ -156,7 +159,7 @@
|
|||
|
||||
<!-- HEADER -->
|
||||
<div class="header_wrap xe-clearfix">
|
||||
<div class="search_wrap">
|
||||
<div cond="$layout_info->enable_intergration_search === 'Y'" class="search_wrap">
|
||||
<div class="search_area">
|
||||
<!-- SEARCH -->
|
||||
<form action="{getUrl()}" method="get" class="search" no-error-return-url="true">
|
||||
|
|
@ -200,7 +203,7 @@
|
|||
<div class="side">
|
||||
<ul>
|
||||
<!-- search -->
|
||||
<li class="click">
|
||||
<li cond="$layout_info->enable_intergration_search === 'Y'" class="click">
|
||||
<a href="#" title="{$lang->cmd_search}"><i class="xi-magnifier"></i><span class="blind">{$lang->cmd_search}</span></a>
|
||||
</li>
|
||||
<!-- admin -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue