MDL-76679 admin: correct password config field template.

The template changes were missed as part of 0795b579, update them
to match so that they continue to work with the unmask JS module.
This commit is contained in:
Paul Holden 2022-12-14 19:07:10 +00:00
parent 6b24f59302
commit 06383b0b8a

View File

@ -51,12 +51,12 @@
<div class="form-password">
<span data-passwordunmask="wrapper" data-passwordunmaskid="{{ id }}">
<span data-passwordunmask="editor">
<input type="hidden"
<input type="password"
name="{{ name }}"
id="{{ id }}"
value="{{ value }}"
data-size="{{ size }}"
class="form-control d-inline-block"
class="form-control d-none"
>
</span>
<a href="#" data-passwordunmask="edit" title="{{ edithint }}">