From 3f60cbbedc8c88b30d5a31b119515333aa6c336f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Oct 2021 14:49:35 +0200 Subject: [PATCH] Remove the div class="ficheaddleft" --- htdocs/comm/propal/card.php | 2 -- htdocs/commande/card.php | 2 -- htdocs/projet/element.php | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 8f92184d4ca..d6ae79495f7 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -2398,7 +2398,6 @@ if ($action == 'create') { print ''; print '
'; - print '
'; print '
'; print ''; @@ -2457,7 +2456,6 @@ if ($action == 'create') { $formmargin->displayMarginInfos($object); } - print ''; print ''; print ''; diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 5b818f7abce..543b78f30a7 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -2367,7 +2367,6 @@ if ($action == 'create' && $usercancreate) { print ''; print '
'; - print '
'; print '
'; print '
'; @@ -2424,7 +2423,6 @@ if ($action == 'create' && $usercancreate) { } - print ''; print ''; print ''; // Close fichecenter diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index 9e14a53e7ea..219341f3e54 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -331,7 +331,7 @@ print '
'; print '
'; print '
'; -print '
'; +print '
'; // Description print '
'.$langs->trans("Description").'';