Move userpassword check to its own modal, leveraging page-modal

This commit is contained in:
2025-03-18 22:31:33 +11:00
parent 1abab9db94
commit 1abc2cc6e1
5 changed files with 110 additions and 97 deletions

View File

@@ -23,7 +23,7 @@
<div class="row">
<div class="offset-1 col-4 p-2">
<span class="p-0 m-0">
<button type="button" class="btn btn-sm btn-outline-dark mt-3" data-bs-toggle="modal" data-bs-target="#userpassword_check-modal"><i class="fas fa-user-check"></i> @lang('Check Password')</button>
<button id="entry-userpassword-check" type="button" class="btn btn-sm btn-outline-dark mt-3" data-bs-toggle="modal" data-bs-target="#page-modal"><i class="fas fa-user-check"></i> @lang('Check Password')</button>
</span>
</div>
</div>