* @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; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('multiselect') ->useScript('com_installer.changelog'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
showMessage) : ?> loadTemplate('message'); ?> $this)); ?> items)) : ?>
items as $i => $item) : ?>
, ,
isMissingDownloadKey) : ?> update_id, false, 'cid', 'cb', $item->name); ?> escape($item->name); ?>
detailsurl; ?> infourl)) : ?>
escape(trim($item->infourl)); ?>
isMissingDownloadKey) : ?> update_site_id; ?>
client_translated; ?> type_translated; ?> current_version; ?> version; ?> changelogurl)) : ?> extension_id, array( 'title' => Text::sprintf('COM_INSTALLER_CHANGELOG_TITLE', $item->name, $item->version), ), '' ); ?> folder_translated; ?> install_type; ?>
pagination->getListFooter(); ?>