芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/components.1/com_users/tmpl/profile/edit.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; HTMLHelper::_('bootstrap.tooltip', '.hasTooltip'); // Load user_profile plugin language $lang = Factory::getLanguage(); $lang->load('plg_user_profile', JPATH_ADMINISTRATOR); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate') ->useScript('com_users.two-factor-switcher'); ?>
params->get('show_page_heading')) : ?>
escape($this->params->get('page_heading')); ?>
form->getFieldsets() as $group => $fieldset) : ?> form->getFieldset($group); ?>
label)) : ?>
label); ?>
description) && trim($fieldset->description)) : ?>
escape(Text::_($fieldset->description)); ?>
renderField(); ?>
twofactormethods) > 1) : ?>
twofactormethods, 'jform[twofactor][method]', array('onchange' => 'Joomla.twoFactorMethodChange();', 'class' => 'form-select'), 'value', 'text', $this->otpConfig->method, 'jform_twofactor_method', false); ?>
twofactorform as $form) : ?> otpConfig->method ? '' : ' class="hidden"'; ?>
>
otpConfig->otep)) : ?>
otpConfig->otep as $otep) : ?>
---