| Current Path : /home/kamilrogam/2018/administrator/components/com_advancedmodules/layouts/toolbar/ |
| Current File : /home/kamilrogam/2018/administrator/components/com_advancedmodules/layouts/toolbar/cancelselect.php |
<?php
/**
* @package Advanced Module Manager
* @version 7.11.0
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://www.regularlabs.com
* @copyright Copyright © 2019 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\CMS\Language\Text as JText;
$text = JText::_('JTOOLBAR_CANCEL');
?>
<button onclick="location.href='index.php?option=com_advancedmodules'" class="btn btn-default" title="<?php echo $text; ?>">
<span class="icon-remove"></span> <?php echo $text; ?>
</button>