Actualiser admin/dashboard.html
This commit is contained in:
@@ -230,5 +230,15 @@
|
||||
|
||||
|
||||
<script src="../js/admin.js"></script>
|
||||
<div class="overlay" id="confirm-modal">
|
||||
<div class="modal" style="max-width:350px; text-align:center;">
|
||||
<h3 class="modal-h" style="color:var(--red);">Suppression</h3>
|
||||
<p style="margin-bottom: 2rem; color:var(--text-secondary);">Êtes-vous sûr de vouloir supprimer ces éléments ? Cette action est irréversible.</p>
|
||||
<div style="display:flex; gap:1rem;">
|
||||
<button class="btn btn-outline" style="flex:1;" onclick="closeConfirmModal()">Annuler</button>
|
||||
<button class="btn btn-danger" style="flex:1;" id="confirm-btn">Supprimer</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user