From 90b138a504023efd692362aed87d0afe5645a5b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Oct 2016 20:29:21 +0100 Subject: [PATCH] Fix position of table --- htdocs/comm/card.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index cebe1b60c80..ab82466d32d 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -459,13 +459,13 @@ if ($id > 0) print ""; - print '
'; - - print '
'; - print ''; - if ($object->client == 2 || $object->client == 3) { + print '
'; + + print '
'; + print '
'; + // Level of prospect print '
'; print ''; + print "
'; @@ -484,7 +484,8 @@ if ($id > 0) // Status $object->loadCacheOfProspStatus(); print '
'.$langs->trans("StatusProsp").''.$object->getLibProspCommStatut(4, $object->cacheprospectstatus[$object->stcomm_id]['label']); - print '    
'; + print '     '; + print '
'; foreach($object->cacheprospectstatus as $key => $val) { $titlealt='default'; @@ -492,8 +493,8 @@ if ($id > 0) if ($object->stcomm_id != $val['id']) print ''.img_action($titlealt,$val['code']).''; } print '
"; } - print "
"; print '
';