N°3931 Allow HTML in DataTables' Panel title

This commit is contained in:
Stephen Abello
2021-09-30 15:52:45 +02:00
parent e86454ff74
commit a5e2831e31
3 changed files with 13 additions and 2 deletions

View File

@@ -5335,6 +5335,7 @@ EOF
'menu' => false,
'surround_with_panel' => true,
'panel_title' => $sSubtitle,
'panel_title_is_html' => true,
'panel_icon' => MetaModel::GetClassIcon($sClass, false),
'panel_class' => $sClass,
)));