From 2148d6ed05b7dc9293b772dbb532f95eb3745af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 11 Nov 2019 20:33:34 +0100 Subject: [PATCH] css --- htdocs/comm/propal/index.php | 6 ++++-- htdocs/commande/index.php | 20 +++++++++++++------- htdocs/opensurvey/index.php | 3 +++ 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/htdocs/comm/propal/index.php b/htdocs/comm/propal/index.php index ed981d9488b..459b6637230 100644 --- a/htdocs/comm/propal/index.php +++ b/htdocs/comm/propal/index.php @@ -68,12 +68,13 @@ print '
'; if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is useless due to the global search combo { print '
'; + print '
'; print ''; print ''; print ''; print ''; - print "
'.$langs->trans("Search").'
'; print $langs->trans("Proposal").':

\n"; + print "

\n"; } @@ -118,6 +119,7 @@ if ($resql) } $db->free($resql); + print '
'; print ''; print ''."\n"; $listofstatus=array(0,1,2,3,4); @@ -151,7 +153,7 @@ if ($resql) //if ($totalinprocess != $total) //print ''; print ''; - print "
'.$langs->trans("Statistics").' - '.$langs->trans("Proposals").'
'.$langs->trans("Total").' ('.$langs->trans("CustomersOrdersRunning").')'.$totalinprocess.'
'.$langs->trans("Total").''.$total.'

"; + print "

"; } else { diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 6c5fb4701dd..79e7c11001c 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -3,6 +3,7 @@ * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2012 Regis Houssin * Copyright (C) 2019 Nicolas ZABOURI + * Copyright (C) 2019 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -74,11 +75,12 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $var=false; print '
'; print ''; + print '
'; print ''; print ''; print ''; - print "
'.$langs->trans("Search").'
'; print $langs->trans("CustomerOrder").':

\n"; + print "

\n"; } @@ -123,6 +125,7 @@ if ($resql) $i++; } $db->free($resql); + print '
'; print ''; print ''."\n"; $listofstatus=array(0,1,2,3,-1); @@ -161,7 +164,7 @@ if ($resql) } //if ($totalinprocess != $total) print ''; - print "
'.$langs->trans("Statistics").' - '.$langs->trans("CustomersOrders").'
'.$langs->trans("Total").''.$total.'

"; + print "

"; } else { @@ -190,6 +193,7 @@ if (! empty($conf->commande->enabled)) $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -226,7 +230,7 @@ if (! empty($conf->commande->enabled)) { print ''; } - print "
'.$langs->trans("DraftOrders").'
'.$langs->trans("NoOrder").'

"; + print "

"; } } @@ -259,6 +263,7 @@ $sql.= $db->plimit($max, 0); $resql=$db->query($sql); if ($resql) { + print '
'; print ''; print ''; print ''; @@ -311,7 +316,7 @@ if ($resql) $i++; } } - print "
'.$langs->trans("LastModifiedOrders", $max).'

"; + print "

"; } else dol_print_error($db); @@ -339,7 +344,7 @@ if (! empty($conf->commande->enabled)) if ($resql) { $num = $db->num_rows($resql); - + print '
'; print ''; print ''; print ''; @@ -392,7 +397,7 @@ if (! empty($conf->commande->enabled)) } } - print "
'.$langs->trans("OrdersToProcess").' '.$num.'

"; + print "

"; } else dol_print_error($db); } @@ -421,6 +426,7 @@ if (! empty($conf->commande->enabled)) { $num = $db->num_rows($resql); + print '
'; print ''; print ''; print ''; @@ -472,7 +478,7 @@ if (! empty($conf->commande->enabled)) $i++; } } - print "
'.$langs->trans("OnProcessOrders").' '.$num.'

"; + print "

"; } else dol_print_error($db); } diff --git a/htdocs/opensurvey/index.php b/htdocs/opensurvey/index.php index d411c084f8f..92bcd788ad6 100644 --- a/htdocs/opensurvey/index.php +++ b/htdocs/opensurvey/index.php @@ -1,6 +1,7 @@ * Copyright (C) 2019 Nicolas ZABOURI + * Copyright (C) 2019 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,6 +64,7 @@ print load_fiche_titre($title, '', 'wrench'); print '
'; +print '
'; print ''; print ''; print ''; @@ -72,6 +74,7 @@ print ""; //print $total; //print ''; print '
'.$langs->trans("OpenSurveyArea").'
'; +print '
'; print '
';