|
|
@@ -353,7 +353,7 @@ if ($FILEUPLOAD) :
|
|
|
<?php
|
|
|
endif;
|
|
|
?>
|
|
|
- <div id="status" role="alert" class="alert alert-info<?php echo empty($STATUS) ? ' hidden' : '' ?>">
|
|
|
+ <div id="status" role="alert" class="alert alert-<?php $STATUS == 'Paste was properly deleted.' ? 'success' : 'info' ?><?php echo empty($STATUS) ? ' hidden' : '' ?>">
|
|
|
<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; ?>
|
|
|
</div>
|