mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
MOH: List view updates.
This commit is contained in:
@@ -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'] && (
|
||||
|
||||
Reference in New Issue
Block a user