Fix responsive

This commit is contained in:
Laurent Destailleur 2018-01-12 14:41:57 +01:00
parent 4f8a447d30
commit a44363ce3d

View File

@ -443,6 +443,7 @@ if ($object->fetch($id) >= 0)
if ($page) $param.= "&page=".$page;
print '<div class="div-table-responsive">';
print '<table class="noborder" width="100%">';
// Ligne des champs de filtres
@ -590,6 +591,7 @@ if ($object->fetch($id) >= 0)
}
}
print "</table><br>";
print '</div>';
print '</form>';