mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
fix ecmfile tooltip (#30993)
* Update ecmfiles.class.php * Update ecm.lang * Update ecmfiles.class.php * add translations * wip * wip * enhance tooltip * fix * fix * fix * fix ajaxtooltip * fix picto * fix picto * fix sql * tooltip * tooltip * test
This commit is contained in:
@@ -3788,7 +3788,7 @@ class Commande extends CommonOrder
|
||||
}
|
||||
|
||||
if ($user->hasRight('commande', 'lire')) {
|
||||
$datas['picto'] = img_picto('', $this->picto).' <u class="paddingrightonly">'.$langs->trans("Order").'</u>';
|
||||
$datas['picto'] = img_picto('', $this->picto, '', 0, 0, 0, '', 'paddingrightonly').'<u>'.$langs->trans("Order").'</u>';
|
||||
if (isset($this->statut)) {
|
||||
$datas['status'] = ' '.$this->getLibStatut(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user