From 06e551af88b9de153ec2cb2af094b81026afee68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 5 Nov 2019 08:14:35 +0100 Subject: [PATCH] css --- htdocs/supplier_proposal/index.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/htdocs/supplier_proposal/index.php b/htdocs/supplier_proposal/index.php index 55bde878918..ab8e83d7877 100644 --- a/htdocs/supplier_proposal/index.php +++ b/htdocs/supplier_proposal/index.php @@ -71,12 +71,13 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; print ''; print ''; print ''; - print "
'.$langs->trans("Search").'
'; print $langs->trans("SupplierProposal").':

\n"; + print "

\n"; } @@ -121,6 +122,7 @@ if ($resql) } $db->free($resql); + print '
'; print ''; print ''."\n"; $listofstatus=array(0,1,2,3,4); @@ -153,7 +155,7 @@ if ($resql) } print ''; - print "
'.$langs->trans("Statistics").' - '.$langs->trans("CommRequests").'
'.$langs->trans("Total").''.$total.'

"; + print "

"; } else { @@ -179,6 +181,7 @@ if (! empty($conf->supplier_proposal->enabled)) $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -206,7 +209,7 @@ if (! empty($conf->supplier_proposal->enabled)) $i++; } } - print "
'.$langs->trans("DraftRequests").'

"; + print "

"; } } @@ -235,6 +238,7 @@ $sql.= $db->plimit($max, 0); $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -283,7 +287,7 @@ if ($resql) $i++; } } - print "
'.$langs->trans("LastModifiedRequests", $max).'

"; + print "

"; } else dol_print_error($db); @@ -316,6 +320,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos $i = 0; if ($num > 0) { + print '
'; print ''; print ''; @@ -370,7 +375,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos { print '"; } - print "
'.$langs->trans("RequestsOpened").' '.$num.'
'.$langs->trans("Total").''.price($total)." 

"; + print "

"; } } else