mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
issue 70 trackback admin module UI/UX modified
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da8302fa4a
commit
22dd2f0ea6
18 changed files with 146 additions and 24 deletions
|
|
@ -32,6 +32,15 @@
|
|||
// Get a list
|
||||
$oTrackbackAdminModel = &getAdminModel('trackback');
|
||||
$output = $oTrackbackAdminModel->getTotalTrackbackList($args);
|
||||
|
||||
if(is_array($output->data))
|
||||
{
|
||||
foreach($output->data AS $key=>$value)
|
||||
{
|
||||
if($_SESSION['trackback_management'][$value->trackback_srl]) $value->isCarted = true;
|
||||
else $value->isCarted = false;
|
||||
}
|
||||
}
|
||||
// To write to a template parameter settings
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue