-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Miguel Ribeiro
committed
Sep 29, 2024
1 parent
40593fd
commit f4e40cf
Showing
5 changed files
with
267 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
</main> | ||
</main> | ||
|
||
<div class="toast" id="errorToast"> | ||
<div class="toast-content"> | ||
<i class="fas fa-solid fa-x toast-icon error"></i> | ||
<div class="message"> | ||
<span class="text text-1"><?= translate("error", $i18n) ?></span> | ||
<span class="text text-2 errorMessage"></span> | ||
</div> | ||
<div class="toast" id="errorToast"> | ||
<div class="toast-content"> | ||
<i class="fas fa-solid fa-x toast-icon error"></i> | ||
<div class="message"> | ||
<span class="text text-1"><?= translate("error", $i18n) ?></span> | ||
<span class="text text-2 errorMessage"></span> | ||
</div> | ||
<i class="fa-solid fa-xmark close close-error"></i> | ||
<div class="progress error"></div> | ||
</div> | ||
<i class="fa-solid fa-xmark close close-error"></i> | ||
<div class="progress error"></div> | ||
</div> | ||
|
||
<div class="toast" id="successToast"> | ||
<div class="toast-content"> | ||
<i class="fas fa-solid fa-check toast-icon success"></i> | ||
<div class="message"> | ||
<span class="text text-1"><?= translate("success", $i18n) ?></span> | ||
<span class="text text-2 successMessage"></span> | ||
</div> | ||
<div class="toast" id="successToast"> | ||
<div class="toast-content"> | ||
<i class="fas fa-solid fa-check toast-icon success"></i> | ||
<div class="message"> | ||
<span class="text text-1"><?= translate("success", $i18n) ?></span> | ||
<span class="text text-2 successMessage"></span> | ||
</div> | ||
<i class="fa-solid fa-xmark close close-success"></i> | ||
<div class="progress success"></div> | ||
</div> | ||
<i class="fa-solid fa-xmark close close-success"></i> | ||
<div class="progress success"></div> | ||
</div> | ||
|
||
<?php | ||
if (isset($db)) { | ||
$db->close(); | ||
} | ||
?> | ||
<?php | ||
if (isset($db)) { | ||
$db->close(); | ||
} | ||
?> | ||
|
||
</body> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.