b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/components/com_content/tmpl/articles/
File Upload :
Current File : E:/www/risk/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>

Copyright © 2019 by b0y-101