* @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; use Joomla\CMS\Session\Session; if (Factory::getApplication()->isClient('site')) { Session::checkToken('get') or die(Text::_('JINVALID_TOKEN')); } /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_fields.admin-fields-modal'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $editor = Factory::getApplication()->input->get('editor', '', 'cmd'); ?>
$this)); ?> items)) : ?>
'icon-trash', 0 => 'icon-times', 1 => 'icon-check', 2 => 'icon-folder', ); foreach ($this->items as $i => $item) : ?>
, ,
escape($item->title); ?> group_id ? $this->escape($item->group_title) : Text::_('JNONE'); ?> type; ?> escape($item->access_level); ?> id; ?>
pagination->getListFooter(); ?>