mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
readd hook actionMenu
This commit is contained in:
parent
e67dce277e
commit
49842f9728
|
@ -209,6 +209,8 @@ $(document).ready( function() {
|
|||
if($accessobject->check_controller_access('UsrMgr', ['action'=>'sendlogindata']))
|
||||
if($enableemail)
|
||||
$button['menuitems'][] = array('label'=>'<i class="fa fa-envelope-o"></i> '.getMLText("send_login_data"), 'link'=>'../out/out.SendLoginData.php?userid='.$seluser->getID());
|
||||
if($this->hasHook('actionMenu'))
|
||||
$button['menuitems'] = $this->callHook('actionMenu', $seluser, $button['menuitems']);
|
||||
self::showButtonwithMenu($button);
|
||||
}
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user