|
@@ -378,7 +378,7 @@ if ($FILEUPLOAD) :
|
|
|
<?php
|
|
<?php
|
|
|
endif;
|
|
endif;
|
|
|
?>
|
|
?>
|
|
|
- <div id="status" role="alert" class="d-flex align-items-center alert alert-<?php echo $ISDELETED ? 'success' : 'info'; echo empty($STATUS) ? ' hidden' : '' ?>">
|
|
|
|
|
|
|
+ <div id="status" role="alert" class="d-flex align-items-center gap-2 alert alert-<?php echo $ISDELETED ? 'success' : 'info'; echo empty($STATUS) ? ' hidden' : '' ?>">
|
|
|
<div>
|
|
<div>
|
|
|
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#info-circle" /></svg>
|
|
<svg width="16" height="16" fill="currentColor" aria-hidden="true"><use href="img/bootstrap-icons.svg#info-circle" /></svg>
|
|
|
<?php echo I18n::encode($STATUS), PHP_EOL; ?>
|
|
<?php echo I18n::encode($STATUS), PHP_EOL; ?>
|