* @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')); $loginActions = []; $actions = []; // Split the actions table foreach ($this->actions as $action) : $name = $action[0]; if (in_array($name, ['core.login.site', 'core.login.admin', 'core.login.offline', 'core.login.api', 'core.admin'])) : $loginActions[] = $action; else : $actions[] = $action; endif; endforeach; ?>
$this)); ?>
items[0]->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; ?>
$action) : ?> items as $i => $item) :?> 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(); ?>