MOH: List view updates.

This commit is contained in:
Nate
2019-12-16 12:00:33 -07:00
parent 0dace3cc3c
commit 2e21be8cd4
4 changed files with 385 additions and 260 deletions

View File

@@ -59,7 +59,7 @@ if (!class_exists('button')) {
!$array['label']
)) {
$icon_class = is_array($array['icon']) ? $array['icon']['text'] : 'fas fa-'.$array['icon'];
$button .= "<span class='".$icon_class."'></span>";
$button .= "<span class='".$icon_class." fa-fw'></span>";
}
//label
if ($array['label'] && (