mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
K-Admin footer fix. Changed PM alert icon from label to badge.
This commit is contained in:
@@ -745,7 +745,7 @@ class admin_shortcodes
|
||||
|
||||
if ($count >0)
|
||||
{
|
||||
$countDisp = ' <span class="label label-primary">'.$count.'</span> ' ;
|
||||
$countDisp = ' <span class="badge badge-primary">'.$count.'</span> ' ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user