Preview: default_batch_footer.php
Size: 733 B
/home/jambtst2015/public_html/ida.com.ng/administrator/components/com_content/tmpl/articles/default_batch_footer.php
<?php
/**
* @package Joomla.Administrator
* @subpackage com_content
*
* @copyright (C) 2015 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\CMS\Language\Text;
/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$wa = $this->document->getWebAssetManager();
$wa->useScript('com_content.admin-articles-batch');
?>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">
<?php echo Text::_('JCANCEL'); ?>
</button>
<button type="submit" id='batch-submit-button-id' class="btn btn-success" data-submit-task='article.batch'>
<?php echo Text::_('JGLOBAL_BATCH_PROCESS'); ?>
</button>
Directory Contents
Dirs: 0 × Files: 6