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

Merge pull request #2483 from rica-carv/rica-carv-patch-3

Admin ui panels with different row heights patch
This commit is contained in:
Cameron
2017-05-05 09:00:19 -07:00
committed by GitHub

View File

@@ -1230,7 +1230,7 @@ class admin_shortcodes
$type = empty($val['invert']) ? 'latest' : 'invert';
$class = admin_shortcodes::getBadge($val['total'], $type);
$link = "<a href='".$val['url']."'>".$val['icon']." ".str_replace(":"," ",$val['title'])." <span class='".$class."'>".$val['total']."</span></a>";
$text .= "<li class='list-group-item'>".$link."</li>\n";
$text .= "<li class='list-group-item clearfix'>".$link."</li>\n";
}
}
$text .= "</ul>";