Skip to content
Snippets Groups Projects
Commit 29329536 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FEAT #6073 Usergroups put in tooltip in Header

parent 5704c7d2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ require_once 'core/Models/UserModel.php';
$strGroupList.=$userGroups[$i]['group_desc']."<br><br>";
}
}
$strUserInfos .= ' <div id="header_usergroups" class="header_usergroups" title="'.$strGroupList.'" style="display:inline-block;cursor:pointer;">('.count($userGroups).' groupes)</div>';
$strUserInfos .= ' <div id="header_usergroups" class="header_usergroups" title="'.$strGroupList.'" style="display:inline-block;">('.count($userGroups).' groupes)</div>';
}else{
$strUserInfos .= ' ('.$userGroups[0]['group_desc'].')';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment