mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
커스텀 알림의 타입리스트를 확인하고 해당 알림을 삭제할 수 있도록 개선
This commit is contained in:
parent
de7213bb22
commit
f702b6c7d6
9 changed files with 138 additions and 0 deletions
|
|
@ -111,4 +111,16 @@ class ncenterliteAdminView extends ncenterlite
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminCustomList()
|
||||
{
|
||||
$oNcenterliteAdminModel = getAdminModel('ncenterlite');
|
||||
|
||||
$output = $oNcenterliteAdminModel->getNotifyType();
|
||||
Context::set('total_count', $output->page_navigation->total_count);
|
||||
Context::set('total_page', $output->page_navigation->total_page);
|
||||
Context::set('page', $output->page);
|
||||
Context::set('type_list', $output->data);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue