Your IP : 216.73.216.182


Current Path : /home/azimutno/www/demo/administrator/components/com_media/layouts/toolbar/
Upload File :
Current File : /home/azimutno/www/demo/administrator/components/com_media/layouts/toolbar/deletemedia.php

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

defined('_JEXEC') or die;

$title = JText::_('JTOOLBAR_DELETE');
?>
<button onclick="MediaManager.submit('folder.delete');" class="btn btn-small">
	<span class="icon-remove" title="<?php echo $title; ?>"></span> <?php echo $title; ?>
</button>