FIX Responsive

This commit is contained in:
Laurent Destailleur 2017-09-16 09:13:57 +02:00
parent 5e4b500b5d
commit 8986640a10

View File

@ -5500,6 +5500,8 @@ class Form
print '<br><!-- showLinkedObjectBlock -->';
print load_fiche_titre($langs->trans('RelatedObjects'), $morehtmlright, '');
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder allwidth">';
print '<tr class="liste_titre">';
@ -5593,6 +5595,7 @@ class Form
}
print '</table>';
print '</div>';
return $nbofdifferenttypes;
}