mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
added abstract function to base egw_framework, as it get called from admin/inc/hook_top_menu.inc.php for pending updates
This commit is contained in:
parent
a2cb21c455
commit
577c8926bc
@ -929,6 +929,19 @@ abstract class egw_framework
|
||||
self::$top_menu_extra[$id] = $entry;
|
||||
}
|
||||
|
||||
/**
|
||||
* called by hooks to add an icon in the topmenu info location
|
||||
*
|
||||
* @param string $id unique element id
|
||||
* @param string $icon_src src of the icon image. Make sure this nog height then 18pixels
|
||||
* @param string $iconlink where the icon links to
|
||||
* @param booleon $blink set true to make the icon blink
|
||||
* @param mixed $tooltip string containing the tooltip html, or null of no tooltip
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
abstract function topmenu_info_icon($id,$icon_src,$iconlink,$blink=false,$tooltip=null);
|
||||
|
||||
/**
|
||||
* Call and return content of 'after_navbar' hook
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user