* @license GNU General Public License version 2 or later; see LICENSE.txt */ // Prevent direct access defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\Component\Users\Site\View\Method\HtmlView; use Joomla\Utilities\ArrayHelper; /** @var HtmlView $this */ $cancelURL = Route::_('index.php?option=com_users&task=methods.display&user_id=' . $this->user->id); if (!empty($this->returnURL)) { $cancelURL = $this->escape(base64_decode($this->returnURL)); } $recordId = (int) $this->record->id ?? 0; $method = $this->record->method ?? $this->getModel()->getState('method'); $userId = (int) $this->user->id ?? 0; $headingLevel = 2; $hideSubmit = !$this->renderOptions['show_submit'] && !$this->isEditExisting ?>
" class="form form-horizontal" id="com-users-method-edit" method="post"> returnURL)) : ?> renderOptions['hidden_data'])) : ?> renderOptions['hidden_data'] as $key => $value) : ?> title)) : ?> renderOptions['help_url'])) : ?> id="com-users-method-edit-head"> title) ?> >

escape(Text::_('COM_USERS_MFA_EDIT_FIELD_TITLE_DESC')) ?>

record->default ? 'checked="checked"' : ''; ?> name="default">
renderOptions['pre_message'])) : ?>
renderOptions['pre_message'] ?>
renderOptions['tabular_data'])) : ?>
renderOptions['table_heading'])) : ?> class="h3 border-bottom mb-3"> renderOptions['table_heading'] ?> > renderOptions['tabular_data'] as $cell1 => $cell2) : ?>
renderOptions['field_type'] == 'custom') : ?> renderOptions['html']; ?>
renderOptions['label']) : ?>
renderOptions['label'] ? '' : 'offset-sm-3' ?>> $this->renderOptions['input_type'], 'name' => 'code', 'value' => $this->escape($this->renderOptions['input_value']), 'id' => 'com-users-method-code', 'class' => 'form-control', 'aria-describedby' => 'com-users-method-code-help', ], $this->renderOptions['input_attributes'] ); if (strpos($attributes['class'], 'form-control') === false) { $attributes['class'] .= ' form-control'; } ?> >

escape($this->renderOptions['placeholder']) ?>

renderOptions['post_message'])) : ?>
renderOptions['post_message'] ?>