This commit is contained in:
KONE SOREL 2026-04-03 11:46:16 +00:00
parent 23dd6896a6
commit 9a55104584

View File

@ -42,7 +42,7 @@ function getSecurityIcon($libelle) {
<input type="hidden" id="nomForm" name="nomForm" value="modifierseuilalerte">
<div class="mb-2">
<label class="form-label small fw-bold required"><?= _("Ancien mot de passe") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("Ancien mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="ancmdp" name="ancmdp" required autofocus>
<button class="btn btn-outline-secondary border-2 border-start-0 toggle-password" type="button" data-target="#ancmdp">
@ -52,7 +52,7 @@ function getSecurityIcon($libelle) {
</div>
<div class="mb-2">
<label class="form-label small fw-bold required"><?= _("Nouveau mot de passe") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("Nouveau mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="nvmdp" name="nvmdp" required>
<button class="btn btn-outline-secondary border-2 border-start-0 toggle-password" type="button" data-target="#nvmdp">
@ -62,7 +62,7 @@ function getSecurityIcon($libelle) {
</div>
<div class="mb-3">
<label class="form-label small fw-bold required"><?= _("Confirmer nouveau mot de passe") ?></label>
<label class="form-label small fw-bold text-muted required"><?= _("Confirmer nouveau mot de passe") ?></label>
<div class="input-group">
<input type="password" class="form-control border-2" id="cfnvmdp" name="cfnvmdp" required>
<button class="btn btn-outline-secondary border-2 border-start-0 toggle-password" type="button" data-target="#cfnvmdp">