* @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; $input = Factory::getApplication()->input; // Checking if loaded via index.php or component.php $tmpl = ($input->getCmd('tmpl') != '') ? '1' : ''; $tmpl = json_encode($tmpl, JSON_NUMERIC_CHECK); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_menus.admin-item-modal'); ?> 'slide1')); ?> types as $name => $list) : ?>
$item) : ?> $this->recordId, 'title' => $item->type ?? $item->title, 'request' => $item->request); ?>
description); ?>