Fix phpcs
This commit is contained in:
parent
8f4ac3d610
commit
93ce4e9e4b
@ -1865,10 +1865,10 @@ function top_menu_user($hideloginname = 0, $urllogout = '')
|
|||||||
'.$userDropDownImage.'
|
'.$userDropDownImage.'
|
||||||
<p>
|
<p>
|
||||||
'.$profilName.'<br>';
|
'.$profilName.'<br>';
|
||||||
if ($user->datepreviouslogin) {
|
if ($user->datepreviouslogin) {
|
||||||
$btnUser .= '<small class="classfortooltip" title="'.$langs->trans("PreviousConnexion").'" ><i class="fa fa-user-clock"></i> '.dol_print_date($user->datepreviouslogin, "dayhour", 'tzuser').'</small><br>';
|
$btnUser .= '<small class="classfortooltip" title="'.$langs->trans("PreviousConnexion").'" ><i class="fa fa-user-clock"></i> '.dol_print_date($user->datepreviouslogin, "dayhour", 'tzuser').'</small><br>';
|
||||||
}
|
}
|
||||||
$btnUser .= '<small class="classfortooltip"><i class="fa fa-cog"></i> '.$langs->trans("Version").' '.$appli.'</small>
|
$btnUser .= '<small class="classfortooltip"><i class="fa fa-cog"></i> '.$langs->trans("Version").' '.$appli.'</small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user