mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
알림센터 관리자 페이지에서 알림의 언어가 이상하게 나타나는 문제 고침
This commit is contained in:
parent
e8f431d691
commit
eae941b9b8
3 changed files with 8 additions and 0 deletions
|
|
@ -10,7 +10,13 @@
|
|||
<section class="section">
|
||||
<div class="x_control-group">
|
||||
<!--@foreach($notify_types as $notify_type => $notify_srl)-->
|
||||
<!--@if($notify_srl > 0)-->
|
||||
<label class="x_control-label">
|
||||
{$notify_type} {$lang->ncenterlite_notify}
|
||||
</label>
|
||||
<!--@else-->
|
||||
<label class="x_control-label">{$lang->get('ncenterlite_type_' . $notify_type)}</label>
|
||||
<!--@end-->
|
||||
<div class="x_controls">
|
||||
<label class="x_inline"><input type="checkbox" name="use[{$notify_type}][web]" value="1" checked="checked"|cond="isset($config->use[$notify_type]['web'])" /> {$lang->cmd_web_notify}</label>
|
||||
<label class="x_inline"><input type="checkbox" name="use[{$notify_type}][mail]" value="1" checked="checked"|cond="isset($config->use[$notify_type]['mail'])" /> {$lang->cmd_mail_notify}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue