profile_modal: Migrate manage user footer buttons to user profile.

This commit migrates the "Manage User" footer buttons to the user
profile modal. We made this change because we don't want the buttons
to scroll with the content; instead, we want them to be sticky at
the bottom at all times. Therefore, we moved the buttons to the user
profile modal.
This commit is contained in:
palashb01
2023-07-20 15:36:58 +05:30
committed by Tim Abbott
parent 61cca84b17
commit 218bde443a
4 changed files with 15 additions and 10 deletions

View File

@@ -119,6 +119,13 @@
<div class="tabcontent" id="manage-profile-tab"></div>
</div>
</main>
<footer class="modal__footer">
<button type="button" class="modal__btn dialog_exit_button" aria-label="{{t 'Close this dialog window' }}" data-micromodal-close>{{t "Cancel" }}</button>
<button type="button" class="modal__btn dialog_submit_button">
<span>{{t "Save changes"}}</span>
<div class="modal__spinner"></div>
</button>
</footer>
</div>
</div>
</div>