mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
읽지않은 알림도 표시
This commit is contained in:
parent
9307126750
commit
77e413ac89
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ class NcenterliteView extends Ncenterlite
|
|||
}
|
||||
|
||||
$oNcenterliteModel = ncenterliteModel::getInstance();
|
||||
$output = $oNcenterliteModel->getMyNotifyList($this->user->member_srl, 1, (Context::get('readed') != 'Y' ? 'N' : 'Y'), true);
|
||||
$output = $oNcenterliteModel->getMyNotifyList($this->user->member_srl, 1, (Context::get('readed') == 'N' ? 'N' : null), true);
|
||||
|
||||
Context::set('total_count', $output->page_navigation->total_count);
|
||||
Context::set('total_page', $output->page_navigation->total_page);
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<a href="{getUrl('readed', '')}">안읽은 알림</a>
|
||||
</li>
|
||||
<li class="active"|cond="$readed == 'Y'">
|
||||
<a href="{getUrl('readed', 'Y')}">전체 알림</a>
|
||||
<a href="{getUrl('readed', 'All')}">전체 알림</a>
|
||||
</li>
|
||||
</ul>
|
||||
<table class="table table-striped table-hover" style="margin-top:20px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue