mirror of
https://github.com/itflow-org/itflow
synced 2026-09-07 23:35:13 +00:00
Migrated confirm modal to sweetalert2 lib
This commit is contained in:
@@ -655,7 +655,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
if (!empty($_SESSION['alert_message'])) {
|
||||
?>
|
||||
<div class="alert alert-info" id="alert">
|
||||
<?= escapeHtml($_SESSION['alert_message']) ?>
|
||||
<?= alertMessageHtml($_SESSION['alert_message']) ?>
|
||||
<button class='close' data-bs-dismiss='alert'>×</button>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user