From 701ae7d21b76109353092465cfebf435eb5db69d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Dec 2017 20:15:28 +0100 Subject: [PATCH] Fix responsive --- htdocs/compta/bank/annuel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php index 44badfa51d8..92202e466a7 100644 --- a/htdocs/compta/bank/annuel.php +++ b/htdocs/compta/bank/annuel.php @@ -180,9 +180,9 @@ dol_fiche_end(); // Affiche tableau -print '
'.$link.'
'; - +print load_fiche_titre('', $link, ''); +print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; @@ -238,7 +238,7 @@ for ($annee = $year_start ; $annee <= $year_end ; $annee++) print "\n"; print "
'.$langs->trans("Month").'
"; - +print "
"; print '
';