mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
This commit is contained in:
@@ -591,7 +591,7 @@ class eMessage
|
||||
$icon = !empty(self::$_customIcon[$type]) ? "s-message-empty fa fa-2x ".self::$_customIcon[$type] : "s-message-".$type;
|
||||
|
||||
|
||||
$text = "<div class='s-message alert alert-block fade in show {$type} {$bclass}' role='alert'>";
|
||||
$text = "<div class='s-message alert alert-block alert-dismissible fade in show {$type} {$bclass}' role='alert'>";
|
||||
$text .= (self::$_close[$type] === true) ? "<a class='close' data-dismiss='alert' aria-label='".LAN_CLOSE."'>×</a>" : "";
|
||||
$text .= "<i class='s-message-icon ".$icon."'></i>
|
||||
<h4 class='s-message-title'>".self::getTitle($type, $mstack)."</h4>
|
||||
|
Reference in New Issue
Block a user