فهرست منبع

Fix: The long description feature will be available with 6.0. Large
content creates problem with tooltip.

Laurent Destailleur 8 سال پیش
والد
کامیت
fea2b081f9
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      htdocs/admin/modules.php

+ 4 - 3
htdocs/admin/modules.php

@@ -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')