* @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('table.columns') ->useScript('multiselect'); $user = Factory::getUser(); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
$this, 'options' => array('selectorFieldName' => 'client_id'))); ?> total > 0) : ?> pluginState) : ?> items as $i => $item) : ?> pluginState) : ?>
, ,
name)); ?>
preview) : ?> client_id === 1 ? 'administrator' : 'site'; ?>
xmldata->inheritable) && $item->xmldata->inheritable) : ?>
xmldata->parent) && (string) $item->xmldata->parent !== '') : ?>
xmldata->parent); ?>
escape($item->xmldata->get('version')); ?> escape($item->xmldata->get('creationDate')); ?> xmldata->get('author')) : ?>
escape($author); ?>
xmldata->get('authorEmail')) : ?>
escape($email); ?>
xmldata->get('authorUrl')) : ?>
updated)) : ?> updated); ?>
pagination->getListFooter(); ?>