Move DN export to its own modal, leveraging page-modal

This commit is contained in:
2025-03-18 21:57:45 +11:00
parent 410daf649e
commit 1abab9db94
4 changed files with 80 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
<div class="modal-header bg-danger text-white">
<h1 class="modal-title fs-5" id="entry_export-label">
<h1 class="modal-title fs-5">
<i class="fas fa-fw fa-exclamation-triangle"></i> <strong>@lang('WARNING')</strong>: @lang('Delete') <strong>{{ Crypt::decryptString($dn) }}</strong>
</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>