Fix: The long description feature will be available with 6.0. Large
content creates problem with tooltip.
This commit is contained in:
parent
517a20db35
commit
fea2b081f9
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user