From 930ce5b305e4ab312354b4c0177eb10d6cc2a2e6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Jun 2022 22:29:07 +0200 Subject: [PATCH] Responsive --- htdocs/user/bank.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php index 3852ed8b73e..7cd8bbe6863 100644 --- a/htdocs/user/bank.php +++ b/htdocs/user/bank.php @@ -580,6 +580,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac if ($resql) { $num = $db->num_rows($resql); + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; @@ -620,6 +621,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac print '
'.$langs->trans("None").''; } print "
"; + print "
"; } else { dol_print_error($db); } @@ -639,6 +641,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac if ($resql) { $num = $db->num_rows($resql); + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; @@ -674,6 +677,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac print '
'.$langs->trans("None").''; } print "
"; + print "
"; } else { dol_print_error($db); } @@ -695,6 +699,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac if ($resql) { $num = $db->num_rows($resql); + print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; @@ -725,6 +730,7 @@ if ($action != 'edit' && $action != 'create') { // If not bank account yet, $ac print '
'.$langs->trans("None").''; } print "
"; + print "
"; } else { dol_print_error($db); }