display via context menu selected users, some UI cleanups and name it in tree also "Bulk changes"

This commit is contained in:
ralf
2024-09-09 11:53:45 +02:00
parent 6c357b7068
commit b1d382fd66
4 changed files with 22 additions and 18 deletions

View File

@ -71,7 +71,7 @@ class admin_hooks
if (! $GLOBALS['egw']->acl->check('account_access',16,'admin'))
{
$file['Bulk password reset'] = Egw::link('/index.php','menuaction=admin.admin_passwordreset.index&ajax=true');
$file['Bulk changes'] = Egw::link('/index.php','menuaction=admin.admin_passwordreset.index&ajax=true');
$file['Application passwords'] = Egw::link('/index.php', 'menuaction=admin.EGroupware\\Admin\\Token.index&ajax=true');
}