';
if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is useless due to the global search combo
{
print '
\n";
}
@@ -118,6 +119,7 @@ if ($resql)
}
$db->free($resql);
+ print '
';
print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("Proposals").' |
'."\n";
$listofstatus=array(0,1,2,3,4);
@@ -151,7 +153,7 @@ if ($resql)
//if ($totalinprocess != $total)
//print '| '.$langs->trans("Total").' ('.$langs->trans("CustomersOrdersRunning").') | '.$totalinprocess.' |
';
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ 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 '
\n";
}
@@ -123,6 +125,7 @@ if ($resql)
$i++;
}
$db->free($resql);
+ print '';
print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("CustomersOrders").' |
'."\n";
$listofstatus=array(0,1,2,3,-1);
@@ -161,7 +164,7 @@ if ($resql)
}
//if ($totalinprocess != $total)
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ print "
";
}
else
{
@@ -190,6 +193,7 @@ if (! empty($conf->commande->enabled))
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("DraftOrders").' |
';
@@ -226,7 +230,7 @@ if (! empty($conf->commande->enabled))
{
print '| '.$langs->trans("NoOrder").' |
';
}
- print "
";
+ print "
";
}
}
@@ -259,6 +263,7 @@ $sql.= $db->plimit($max, 0);
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastModifiedOrders", $max).' |
';
@@ -311,7 +316,7 @@ if ($resql)
$i++;
}
}
- print "
";
+ 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 '| '.$langs->trans("OrdersToProcess").' '.$num.' |
';
@@ -392,7 +397,7 @@ if (! empty($conf->commande->enabled))
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
}
@@ -421,6 +426,7 @@ if (! empty($conf->commande->enabled))
{
$num = $db->num_rows($resql);
+ print '';
print '
';
print '';
print '| '.$langs->trans("OnProcessOrders").' '.$num.' |
';
@@ -472,7 +478,7 @@ if (! empty($conf->commande->enabled))
$i++;
}
}
- print "
";
+ 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 '| '.$langs->trans("OpenSurveyArea").' |
';
print '';
@@ -72,6 +74,7 @@ print "
";
//print $total;
//print '';
print '
';
+print '
';
print '
';