* @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\Multilanguage; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use Joomla\Component\Finder\Administrator\Helper\LanguageHelper; $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $lang = Factory::getLanguage(); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('multiselect') ->useScript('table.columns'); ?>
$this)); ?> finderPluginId) : ?> finderPluginId . '&tmpl=component&layout=modal'); ?> finderPluginId . 'Modal', array( 'url' => $link, 'title' => Text::_('COM_FINDER_EDIT_PLUGIN_SETTINGS'), 'height' => '400px', 'width' => '800px', 'bodyHeight' => '70', 'modalWidth' => '80', 'closeButton' => false, 'backdrop' => 'static', 'keyboard' => false, 'footer' => '' . '' . '' ) ); ?> items)) : ?>
authorise('core.manage', 'com_finder'); ?> items as $i => $item) : ?>
, ,
link_id, false, 'cid', 'cb', $item->title); ?> published, $i, 'index.', $canChange, 'cb'); ?> escape($item->title); ?> t_title); echo $lang->hasKey($key) ? Text::_($key) : $item->t_title; ?> indexdate, Text::_('DATE_FORMAT_LC4')); ?> publish_start_date or (int) $item->publish_end_date or (int) $item->start_date or (int) $item->end_date) : ?> url) > 80) ? substr($item->url, 0, 70) . '...' : $item->url; ?>
pagination->getListFooter(); ?>