알림센터 위젯을 레이아웃에 추가

This commit is contained in:
BJRambo 2016-05-27 04:33:39 +09:00
parent 08311d7c43
commit b23f961717
2 changed files with 14 additions and 0 deletions

View file

@ -30,6 +30,15 @@
<title xml:lang="ko">사용 안 함</title>
</options>
</var>
<var name="use_ncenter_widget" 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="layout_type" type="select" default="auto">
<title xml:lang="ko">레이아웃 타입</title>
<options value="auto">

View file

@ -440,6 +440,11 @@
<a href="#" class="btn_top"><i class="xi-angle-up"><span class="blind">{$lang->cmd_move_up}</span></i></a>
<!-- /TOP -->
<!-- Ncenter login widget -->
<!--@if($layout_info->use_ncenter_widget == 'Y')-->
<img class="zbxe_widget_output" widget="login_info" skin="ncenter_login" colorset="layout" widget_cache="0m" />
<!--@end-->
<!-- Login widget -->
<section cond="$layout_info->use_login_widget != 'N'" class="login_widget" style="display:none"|cond="$XE_VALIDATOR_ID != 'layouts/xedition/layout/1' || !$XE_VALIDATOR_MESSAGE">
<load target="./css/widget.login.css" />