* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
$this)); ?>
actions as $key => $action) : ?> items as $i => $item) : ?> 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; ?>
, ,
escape(Text::_($item->title)); ?> $item->level + 1)) . $this->escape($item->name); ?> lft; ?> - rgt; ?> id; ?>
       
pagination->getListFooter(); ?>