芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/components.3/com_config/tmpl/modules/default_options.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Multilanguage; use Joomla\CMS\Language\Text; $fieldSets = $this->form->getFieldsets('params'); echo HTMLHelper::_('bootstrap.startAccordion', 'collapseTypes'); $i = 0; foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_MODULES_' . strtoupper($name) . '_FIELDSET_LABEL'; $class = isset($fieldSet->class) && !empty($fieldSet->class) ? $fieldSet->class : ''; if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '
' . $this->escape(Text::_($fieldSet->description)) . '
'; endif; ?>
form->getFieldset($name) as $field) : ?>
item['module'] === 'mod_menu' && $field->getAttribute('name') === 'menutype') : ?> readonly = true; ?> renderField(); ?>