Fix responsive and search

This commit is contained in:
Laurent Destailleur
2017-12-01 12:01:17 +01:00
parent b871c7e6ca
commit 670465fcd8
9 changed files with 111 additions and 52 deletions

View File

@@ -176,6 +176,7 @@ if ($socid > 0)
print_barre_liste($langs->trans("MarginDetails"),$page,$_SERVER["PHP_SELF"],"&socid=".$object->id,$sortfield,$sortorder,'',0,0,'');
$i = 0;
print '<div class="div-table-responsive">'; // You can use div-table-responsive-no-min if you dont need reserved height for your table
print "<table class=\"noborder\" width=\"100%\">";
print '<tr class="liste_titre">';
@@ -263,6 +264,8 @@ if ($socid > 0)
dol_print_error($db);
}
print "</table>";
print '</div>';
print '<br>';
$db->free($result);
}