From ff26fc105c9e16bb03ebea28eaee5a0c5e4a9a4f Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 1 Feb 2014 17:03:39 +0200 Subject: [PATCH] UI Improvements - Admin - updates #194 --- plugins/box/system/system.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/box/system/system.admin.php b/plugins/box/system/system.admin.php index 5693339..b1372aa 100755 --- a/plugins/box/system/system.admin.php +++ b/plugins/box/system/system.admin.php @@ -17,7 +17,7 @@ function checkMonstraVersion() var current_monstra_version = "'.Monstra::VERSION.'"; var stable_monstra_version = data.version; if (current_monstra_version < stable_monstra_version) { - $("#update-monstra").addClass("alert").html("'.__("Published a new version of the :monstra", "system", array(":monstra" => "Monstra")).'"); + $("#update-monstra").addClass("alert alert-info").html("'.__("Published a new version of the :monstra", "system", array(":monstra" => "Monstra")).'"); } } );