Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/administrator/components/com_media/layouts/toolbar/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* @package Joomla.Administrator
* @subpackage com_media
*
* @copyright Copyright (C) 2005 - 2020 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_UPLOAD');
?>
<button data-toggle="collapse"
data-target="#collapseUpload" class="btn btn-small
btn-success">
<span class="icon-plus icon-white" title="<?php echo
$title; ?>"></span> <?php echo $title; ?>
</button>