Skip to content
Snippets Groups Projects
Commit 4d150db8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Classes Boostrap : mise à jour "error" -> "danger".

parent e96b6adb
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,13 @@ class Messenger extends AbstractHelper
const INFO = 'info';
const SUCCESS = 'success';
const WARNING = 'warning';
const ERROR = 'error';
const ERROR = 'danger';
protected $uiClasses = array( // CSS class, icon name
self::INFO => array('info', 'info-sign'),
self::SUCCESS => array('success', 'ok-sign'),
self::WARNING => array('warning', 'warning-sign'),
self::ERROR => array('error', 'exclamation-sign'),
self::ERROR => array('danger', 'exclamation-sign'),
);
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment