| '.$langs->trans("LastCustomerOrders", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllOrders").' '.$num.' | ';
+ print '| '.$langs->trans("LastCustomerOrders", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllOrders").''.$num.' | ';
print ''.img_picto($langs->trans("Statistics"), 'stats').' | ';
//if($num2 > 0) print ''.img_picto($langs->trans("CreateInvoiceForThisCustomer"),'object_bill').' | ';
//else print ''.img_picto($langs->trans("NoOrdersToInvoice"),'object_bill').' | ';
@@ -856,7 +856,7 @@ if ($object->id > 0)
print '';
print '';
- print '| '.$langs->trans("LastSendings", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllSendings").' '.$num.' | ';
+ print ' | ';
print ' ';
@@ -921,7 +921,7 @@ if ($object->id > 0)
print '';
print ' | ';
print ' ';
@@ -990,7 +990,7 @@ if ($object->id > 0)
print '';
print '';
- print '| '.$langs->trans("LastInterventions", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllInterventions").' '.$num.' | ';
+ print ' | ';
print ' ';
@@ -1063,7 +1063,7 @@ if ($object->id > 0)
print '';
print '';
- print '| '.$langs->trans("LatestCustomerTemplateInvoices", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllCustomerTemplateInvoices").' '.$num.' | ';
+ print ' | ';
print ' ';
}
@@ -1168,7 +1168,7 @@ if ($object->id > 0)
print '';
print '';
- print '| '.$langs->trans("LastCustomersBills", ($num <= $MAXLIST ? "" : $MAXLIST)).' | '.$langs->trans("AllBills").' '.$num.' | ';
+ print ' | ';
print ' ';
diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php
index 6e26e732010..9243ee361c1 100644
--- a/htdocs/comm/index.php
+++ b/htdocs/comm/index.php
@@ -251,7 +251,7 @@ if (!empty($conf->supplier_proposal->enabled) && $user->rights->supplier_proposa
print '';
print ' ';
print '';
- print '| '.$langs->trans("SupplierProposalsDraft").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("SupplierProposalsDraft").($num ? ''.$num.'' : '').' | ';
if ($num > 0)
{
@@ -333,7 +333,7 @@ if (!empty($conf->commande->enabled) && $user->rights->commande->lire)
print '';
print ' ';
print '';
- print '| '.$langs->trans("DraftOrders").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("DraftOrders").($num ? ''.$num.'' : '').' | ';
if ($num > 0)
{
@@ -422,7 +422,7 @@ if (!empty($conf->fournisseur->enabled) && $user->rights->fournisseur->commande-
print '';
print ' ';
print '';
- print '| '.$langs->trans("DraftSuppliersOrders").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("DraftSuppliersOrders").($num ? ''.$num.'' : '').' | ';
if ($num > 0)
{
diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
index 37400ab25a3..ae6b0855f39 100644
--- a/htdocs/compta/index.php
+++ b/htdocs/compta/index.php
@@ -170,7 +170,7 @@ if (!empty($conf->facture->enabled) && $user->rights->facture->lire)
print '';
print ' ';
print '';
- print '| '.$langs->trans("CustomersDraftInvoices").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("CustomersDraftInvoices").($num ? ''.$num.'' : '').' | ';
if ($num)
{
$companystatic = new Societe($db);
@@ -257,7 +257,7 @@ if (!empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture->
print '';
print ' ';
print '';
- print '| '.$langs->trans("SuppliersDraftInvoices").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("SuppliersDraftInvoices").($num ? ''.$num.'' : '').' | ';
if ($num)
{
$companystatic = new Societe($db);
diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
index 98af77f2627..2b19050c5b9 100644
--- a/htdocs/contrat/index.php
+++ b/htdocs/contrat/index.php
@@ -260,7 +260,7 @@ if (!empty($conf->contrat->enabled) && $user->rights->contrat->lire)
print '';
print ' ';
print '';
- print '| '.$langs->trans("DraftContracts").($num ? ' '.$num.'' : '').' | ';
+ print ''.$langs->trans("DraftContracts").($num ? ''.$num.'' : '').' | ';
if ($num)
{
$companystatic = new Societe($db);
diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
index ed228294bf5..d9bfc7986c1 100644
--- a/htdocs/core/lib/agenda.lib.php
+++ b/htdocs/core/lib/agenda.lib.php
@@ -486,7 +486,7 @@ function actions_prepare_head($object)
$nbLinks=Link::count($db, $object->element, $object->id);
$head[$h][0] = DOL_URL_ROOT.'/comm/action/document.php?id='.$object->id;
$head[$h][1] = $langs->trans("Documents");
- if (($nbFiles+$nbLinks) > 0) $head[$h][1].= ' '.($nbFiles+$nbLinks).'';
+ if (($nbFiles+$nbLinks) > 0) $head[$h][1].= ''.($nbFiles+$nbLinks).'';
$head[$h][2] = 'documents';
$h++;
diff --git a/htdocs/core/lib/bank.lib.php b/htdocs/core/lib/bank.lib.php
index fb9c607eb72..0cb6163aa49 100644
--- a/htdocs/core/lib/bank.lib.php
+++ b/htdocs/core/lib/bank.lib.php
@@ -185,7 +185,7 @@ function account_statement_prepare_head($object, $num)
$head[$h][0] = DOL_URL_ROOT."/compta/bank/account_statement_document.php?account=".$object->id."&num=".$num;
$head[$h][1] = $langs->trans("Documents");
- if (($nbFiles + $nbLinks) > 0) $head[$h][1] .= ' '.($nbFiles + $nbLinks).'';
+ if (($nbFiles + $nbLinks) > 0) $head[$h][1] .= ''.($nbFiles + $nbLinks).'';
$head[$h][2] = 'document';
$h++;
diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 90ea0e4fbf6..8435271380f 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -228,7 +228,7 @@ function societe_prepare_head(Societe $object)
$head[$h][0] = DOL_URL_ROOT.'/societe/paymentmodes.php?socid='.$object->id;
$head[$h][1] = $title;
- if ($foundonexternalonlinesystem) $head[$h][1] .= ' ...';
+ if ($foundonexternalonlinesystem) $head[$h][1] .= '...';
elseif ($nbBankAccount > 0) $head[$h][1] .= ''.$nbBankAccount.'';
$head[$h][2] = 'rib';
$h++;
diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
index 9b7f9c76efb..962d3ec9766 100644
--- a/htdocs/core/lib/project.lib.php
+++ b/htdocs/core/lib/project.lib.php
@@ -111,7 +111,7 @@ function project_prepare_head($object)
if (!empty($object->note_public)) $nbNote++;
$head[$h][0] = DOL_URL_ROOT.'/projet/note.php?id='.$object->id;
$head[$h][1] = $langs->trans('Notes');
- if ($nbNote > 0) $head[$h][1] .= ' '.$nbNote.'';
+ if ($nbNote > 0) $head[$h][1] .= ''.$nbNote.'';
$head[$h][2] = 'notes';
$h++;
}
diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 2fabe28728d..9056d1217ca 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -468,7 +468,7 @@ if ($object->id > 0)
print '
|
|
|
|
|