Fix: The long description feature will be available with 6.0. Large

content creates problem with tooltip.
This commit is contained in:
Laurent Destailleur 2017-02-04 14:17:55 +01:00
parent 517a20db35
commit fea2b081f9

View File

@ -497,9 +497,10 @@ if ($mode != 'marketplace')
print '<td align="center" valign="top" class="nowrap" style="width: 82px;">';
$text='';
if ($objMod->getDescLong()) $text.='<div class="titre">'.$objMod->getDesc().'</div><br>'.$objMod->getDescLong().'<br>';
else $text.='<div class="titre">'.$objMod->getDesc().'</div><br>';
//if ($objMod->getDescLong()) $text.='<div class="titre">'.$objMod->getDesc().'</div><br>'.$objMod->getDescLong().'<br>';
//else $text.='<div class="titre">'.$objMod->getDesc().'</div><br>';
$text.='<div class="titre">'.$objMod->getDesc().'</div><br>';
$textexternal='';
$imginfo="info";
if ($objMod->isCoreOrExternalModule() == 'external')