mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Add icons on PopoverMenu items and allow to add them through PopupMenu API
This commit is contained in:
@@ -1392,6 +1392,8 @@ class WebPage implements Page
|
||||
'target' => isset($aAction['target']) ? $aAction['target'] : '',
|
||||
'url' => $aAction['url'],
|
||||
'label' => $aAction['label'],
|
||||
'icon_class' => isset($aAction['icon_class']) ? $aAction['icon_class'] : '',
|
||||
'tooltip' => isset($aAction['tooltip']) ? $aAction['tooltip'] : '',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user