mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
delete dont use a android option
This commit is contained in:
parent
9e6e7efbfd
commit
646e00fe30
2 changed files with 0 additions and 9 deletions
|
|
@ -16,7 +16,6 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$config->document_notify = $obj->document_notify;
|
||||
$config->message_notify = $obj->message_notify;
|
||||
$config->hide_module_srls = $obj->hide_module_srls;
|
||||
$config->android_format = $obj->android_format;
|
||||
if(!$config->mention_format && !is_array($config->mention_format))
|
||||
{
|
||||
$config->mention_format = array();
|
||||
|
|
|
|||
|
|
@ -98,14 +98,6 @@
|
|||
<p class="x_help-block">회원정보보기에서 메뉴 목록에 회원알림센터 설정 및 회원알림목록을 접근할 수잇는 페이지를 노출하거나 노출 시키지 않을 수 있습니다.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">안드로이드알림 솔루션</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline"><input type="radio" name="android_format" value="N" checked="checked"|cond="$config->android_format == 'N'" /> 안드로이드 알림을 사용하지 않음</label>
|
||||
<label class="x_inline"><input type="radio" name="android_format" value="mobileplus" checked="checked"|cond="$config->android_format == 'mobileplus'" />MobilePlus</label>
|
||||
<p>알림센터와 함께 안드로이드 모바일 알림 솔루션을 선택하여 사용할 수 있습니다. 각각의 안드로이드 어플리케이션 플레폼을 사용하시면 선택하여 사용하시기 바랍니다.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->ncenterlite_message_event}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue