diff --git a/admin/renderer.php b/admin/renderer.php index ef81b63786bb3..780b3eef06774 100644 --- a/admin/renderer.php +++ b/admin/renderer.php @@ -2189,10 +2189,11 @@ public function upgradekey_form_page($url) { $output = ''; $output .= $this->header(); - $output .= $this->container_start('upgradekeyreq'); $output .= $this->heading(get_string('upgradekeyreq', 'core_admin')); + $output .= $this->container_start('upgradekeyreq w-25'); $output .= html_writer::start_tag('form', array('method' => 'POST', 'action' => $url)); $output .= html_writer::empty_tag('input', [ + 'id' => 'upgradekey', 'name' => 'upgradekey', 'type' => 'password', 'class' => 'form-control w-auto', diff --git a/lib/templates/form_input_toggle_sensitive.mustache b/lib/templates/form_input_toggle_sensitive.mustache index ba47b469c0c8b..627fd2f510ffc 100644 --- a/lib/templates/form_input_toggle_sensitive.mustache +++ b/lib/templates/form_input_toggle_sensitive.mustache @@ -34,7 +34,7 @@ "sensitiveinput": "" } }} -