mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
테스트 알림을 완료했다는 메세지를 출력
This commit is contained in:
parent
48949a79e3
commit
86c7bb0bc4
2 changed files with 5 additions and 0 deletions
|
|
@ -156,3 +156,4 @@ $lang->msg_do_not_notify_type = '생성한 알림타입이 존재하지 않습
|
|||
$lang->ncenterlite_custom_list = '커스텀 리스트';
|
||||
$lang->msg_not_use_user_setting = '유저 세팅을 제공하지 않습니다. 관리자에게 문의하세요.';
|
||||
$lang->msg_denger_rhymix_user = '<strong>경고!</strong> 라이믹스에서는 코어에 포함된 순정 알림센터를 사용해야 합니다.<br />XE용 알림센터를 삭제하고, 라이믹스 알림센터를 다시 설치해 주시기 바랍니다.';
|
||||
$lang->msg_test_notifycation_success = '테스트알림더미를 정상적으로 생성하였습니다.';
|
||||
|
|
|
|||
|
|
@ -138,6 +138,8 @@ class ncenterliteAdminController extends ncenterlite
|
|||
}
|
||||
}
|
||||
|
||||
$this->setMessage('msg_test_notifycation_success');
|
||||
|
||||
if (Context::get('success_return_url'))
|
||||
{
|
||||
$this->setRedirectUrl(Context::get('success_return_url'));
|
||||
|
|
@ -173,6 +175,8 @@ class ncenterliteAdminController extends ncenterlite
|
|||
return $output;
|
||||
}
|
||||
|
||||
$this->setMessage('msg_test_notifycation_success');
|
||||
|
||||
if (Context::get('success_return_url'))
|
||||
{
|
||||
$this->setRedirectUrl(Context::get('success_return_url'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue