mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add trad and icon
This commit is contained in:
parent
0d631a932c
commit
d62db95803
|
|
@ -964,4 +964,5 @@ SelectAThirdPartyFirst=Select a third party first...
|
|||
YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
|
||||
Inventory=Inventory
|
||||
AnalyticCode=Analytic code
|
||||
TMenuMRP=MRP
|
||||
TMenuMRP=MRP
|
||||
ShowMoreInfos=Show More Infos
|
||||
|
|
@ -1736,7 +1736,7 @@ function top_menu_user(user $user, $langs){
|
|||
$dropdownBody = '';
|
||||
|
||||
|
||||
$dropdownBody.= '<span id="topmenuloginmoreinfo-btn">'.$langs->trans("ShowMoreInfos").'</span>';
|
||||
$dropdownBody.= '<span id="topmenuloginmoreinfo-btn"><i class="fa fa-caret-right"></i> '.$langs->trans("ShowMoreInfos").'</span>';
|
||||
$dropdownBody.= '<div id="topmenuloginmoreinfo" >';
|
||||
|
||||
// login infos
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user