$this)); ?>
,
,
|
|
actions as $key => $action) : ?>
|
|
|
items as $i => $item) : ?>
escape(Text::_($item->title)); ?>
|
$item->level + 1)) . $this->escape($item->name); ?>
|
actions as $action) : ?>
checks[$name];
if ($check === true) :
$class = 'text-success icon-check';
$button = 'btn-success';
$text = Text::_('COM_USERS_DEBUG_EXPLICIT_ALLOW');
elseif ($check === false) :
$class = 'text-danger icon-times';
$button = 'btn-danger';
$text = Text::_('COM_USERS_DEBUG_EXPLICIT_DENY');
elseif ($check === null) :
$class = 'text-danger icon-minus-circle';
$button = 'btn-warning';
$text = Text::_('COM_USERS_DEBUG_IMPLICIT_DENY');
else :
$class = '';
$button = '';
$text = '';
endif;
?>
|
lft; ?>
- rgt; ?>
|
id; ?>
|
pagination->getListFooter(); ?>