|
|
actions as $key => $action) : ?>
|
|
|
items as $i => $item) : ?>
escape($item->title); ?>
|
|—', $item->level) ?>
escape($item->name); ?>
|
actions as $action) : ?>
checks[$name];
if ($check === true) :
$class = 'check-a';
$text = '✓';
elseif ($check === false) :
$class = 'check-d';
$text = '✗';
elseif ($check === null) :
$class = 'check-0';
$text = '-';
else :
$class = '';
$text = ' ';
endif;
?>
|
lft; ?>
- rgt; ?>
|
id; ?>
|
pagination->getListFooter(); ?>