File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_redirect/views/links/tmpl
Viewing File: /home/astoriaah/www/administrator/components/com_redirect/views/links/tmpl/default_batch_footer.php
<?php /** * @package Joomla.Administrator * @subpackage com_redirect * * @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; ?> <button type="button" class="btn" data-dismiss="modal" onclick="document.getElementById('batch_urls').value='';"> <?php echo JText::_('JCANCEL'); ?> </button> <button type="submit" class="btn btn-success" onclick="Joomla.submitbutton('links.batch');return false;"> <?php echo JText::_('JGLOBAL_BATCH_PROCESS'); ?> </button>