b0y-101 Mini Shell


Current Path : E:/www/km/08/administrator/components/com_menus/views/items/tmpl/
File Upload :
Current File : E:/www/km/08/administrator/components/com_menus/views/items/tmpl/default_batch_footer.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_menus
 *
 * @copyright   Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;

$menuType = JFactory::getApplication()->getUserState('com_menus.items.menutype');
?>
<a class="btn" type="button" onclick="document.getElementById('batch-menu-id').value='';document.getElementById('batch-access').value='';document.getElementById('batch-language-id').value=''" data-dismiss="modal">
	<?php echo JText::_('JCANCEL'); ?>
</a>
<?php if (strlen($menuType) && $menuType != '*') : ?>
	<button class="btn btn-success" type="submit" onclick="Joomla.submitbutton('item.batch');">
		<?php echo JText::_('JGLOBAL_BATCH_PROCESS'); ?>
	</button>
<?php endif; ?>

Copyright © 2019 by b0y-101