From 523afc3943793d48f8d8d03e4371e21dad3c7078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 28 Nov 2014 00:57:40 +0100 Subject: [PATCH] Put form outside table --- htdocs/contrat/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index debe18e995e..b83ecc329b7 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -118,6 +118,7 @@ if ($resql) print_barre_liste($langs->trans("ListOfContracts"), $page, $_SERVER["PHP_SELF"], '&search_contract='.$search_contract.'&search_name='.$search_name, $sortfield, $sortorder,'',$num); + print '
'; print ''; print ''; @@ -136,7 +137,6 @@ if ($resql) print ''; print "\n"; - print ''; print ''; print ''; print '\n"; - print ''; $var=true; while ($i < min($num,$limit)) @@ -179,7 +178,8 @@ if ($resql) } $db->free($resql); - print "
'.$staticcontratligne->LibStatut(5,3).'
'; @@ -153,7 +153,6 @@ if ($resql) print ''; print ''; print "
"; + print ''; + print ''; } else {