1
0
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:
Cameron
2017-10-12 13:57:23 -07:00
parent 537165a879
commit 04f1f0130e
2 changed files with 17 additions and 2 deletions

View File

@@ -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
{