From 4acfdaf0673bd12b457c6ed13af9881cef7e566e Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Wed, 16 May 2018 15:48:33 +0300 Subject: [PATCH] Improve the Views --- app/Platform/Bootstrap.php | 2 +- app/Views/Partials/Messages.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Platform/Bootstrap.php b/app/Platform/Bootstrap.php index f5e314e4b8..4a10624bc6 100644 --- a/app/Platform/Bootstrap.php +++ b/app/Platform/Bootstrap.php @@ -14,7 +14,7 @@ // Define The Application Version //-------------------------------------------------------------------------- -define('VERSION', '4.0.62'); +define('VERSION', '4.0.63'); //-------------------------------------------------------------------------- // Set PHP Error Reporting Options diff --git a/app/Views/Partials/Messages.tpl b/app/Views/Partials/Messages.tpl index c27fa59227..202d257667 100644 --- a/app/Views/Partials/Messages.tpl +++ b/app/Views/Partials/Messages.tpl @@ -1,4 +1,4 @@ -@foreach (array('success', 'warning', 'danger') as $type) +@foreach (array('info', 'success', 'warning', 'danger') as $type) @if (Session::has($type))