Content of popup tooltip on contact and login link

This commit is contained in:
Laurent Destailleur
2015-06-26 17:21:03 +02:00
parent 8f691138e8
commit 5584acddbd
6 changed files with 17 additions and 8 deletions

View File

@@ -1442,6 +1442,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
$toprightmenu.=$user->getPhotoUrl(16,16,'loginphoto');
$toprightmenu.='</div></div>';
// Login name with tooltip
$toprightmenu.='<div class="inline-block nowrap"><div class="inline-block login_block_elem" style="padding: 0px;">';
$toprightmenu.=$user->getNomurl(0, '', true, 0, 11);
$toprightmenu.='</div></div>';