REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.72 KB
Close
/home/jambtst2015/public_html/ida.com.ng/layouts/joomla/form/renderfield.php
Text
Base64
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2014 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; extract($displayData); /** * Layout variables * ----------------- * @var array $options Optional parameters * @var string $name The id of the input this label is for * @var string $label The html code for the label * @var string $input The input field html code * @var string $description An optional description to use in a tooltip */ if (!empty($options['showonEnabled'])) { /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->useScript('showon'); } $class = empty($options['class']) ? '' : ' ' . $options['class']; $rel = empty($options['rel']) ? '' : ' ' . $options['rel']; $id = $name . '-desc'; $hideLabel = !empty($options['hiddenLabel']); $hideDescription = empty($options['hiddenDescription']) ? false : $options['hiddenDescription']; if (!empty($parentclass)) { $class .= ' ' . $parentclass; } ?> <div class="control-group<?php echo $class; ?>"<?php echo $rel; ?>> <?php if ($hideLabel) : ?> <div class="visually-hidden"><?php echo $label; ?></div> <?php else : ?> <div class="control-label"><?php echo $label; ?></div> <?php endif; ?> <div class="controls"> <?php echo $input; ?> <?php if (!$hideDescription && !empty($description)) : ?> <div id="<?php echo $id; ?>"> <small class="form-text"> <?php echo $description; ?> </small> </div> <?php endif; ?> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
field
DIR
-
drwxr-xr-x
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
renderfield.php
1.72 KB
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
renderlabel.php
922 B
lrw-r--r--
2024-11-22 17:53:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).