1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

New notify script added to front end. You can test with forum 'quick reply' for now.

This commit is contained in:
Cameron
2013-06-21 01:26:30 -07:00
parent 8d7971ec69
commit e5e5c1d12c
6 changed files with 143 additions and 10 deletions

View File

@@ -528,7 +528,7 @@ class eMessage
}
return "
<div class='s-message alert alert-block {$type} {$bclass}'>
<div class='s-message alert alert-block fade in {$type} {$bclass}'>
<a class='close' data-dismiss='alert'>×</a>
<i class='s-message-icon s-message-".$type."'></i>
<h4 class='s-message-title'>".self::getTitle($type, $mstack)."</h4>