* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('multiselect'); $input = Factory::getApplication()->input; $field = $input->getCmd('field'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $enabledStates = array(0 => 'icon-check', 1 => 'icon-times'); $activatedStates = array(0 => 'icon-check', 1 => 'icon-times'); $userRequired = (int) $input->get('required', 0, 'int'); $onClick = "window.parent.jSelectUser(this);window.parent.Joomla.Modal.getCurrent().close()"; ?>
 
$this)); ?> items)) : ?>
items as $item) : ?>
, ,
escape($item->name); ?> escape($item->username); ?> group_names, false); ?> id; ?>
pagination->getListFooter(); ?>