mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
UI Improvements - Admin Theme - Styles fixes #194
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
<?php
|
||||
// Monstra Notifications
|
||||
Notification::get('success') AND Alert::success(Notification::get('success'));
|
||||
Notification::get('warning') AND Alert::success(Notification::get('warning'));
|
||||
Notification::get('error') AND Alert::success(Notification::get('error'));
|
||||
Notification::get('warning') AND Alert::warning(Notification::get('warning'));
|
||||
Notification::get('error') AND Alert::error(Notification::get('error'));
|
||||
?>
|
||||
|
||||
<div id="update-monstra"></div>
|
||||
|
Reference in New Issue
Block a user