Fix look and feel v13

This commit is contained in:
Laurent Destailleur 2020-12-16 19:05:27 +01:00
parent edb02ef05a
commit 5681aeee0f

View File

@ -1058,7 +1058,7 @@ elseif (empty($action) || $action == 'view' || $action == 'addlink' || $action =
print '<input type="hidden" name="track_id" value="'.$track_id.'">';
print '<div class="div-table-responsive-no-min">'; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print '<table class="noborder centpercent margintable">';
print '<table class="noborder tableforfield centpercent margintable">';
print '<tr class="liste_titre">';
print '<td>';
print $langs->trans('Properties');