diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
index 596cc20c9e0..b542cf4dd67 100644
--- a/htdocs/comm/action/card.php
+++ b/htdocs/comm/action/card.php
@@ -895,7 +895,7 @@ if ($action == 'create')
$numproject=$formproject->select_projects((! empty($societe->id)?$societe->id:-1), $projectid, 'projectid', 0, 0, 1, 1);
- print ' '.$langs->trans("AddProject").'';
+ print ' '.$langs->trans("AddProject").' ';
$urloption='?action=create';
$url = dol_buildpath('comm/action/card.php', 2).$urloption;
@@ -1293,7 +1293,7 @@ if ($id > 0)
$numprojet=$formproject->select_projects(($object->socid > 0 ? $object->socid : -1), $object->fk_project, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0);
if ($numprojet==0)
{
- print ' id.'&action=edit').'">'.$langs->trans("AddProject").'';
+ print ' id.'&action=edit').'">'.$langs->trans("AddProject").' ';
}
print '';
}
diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index ac64f65381c..46bc16dfa8c 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1590,7 +1590,7 @@ if ($action == 'create')
});
';
}
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").' ';
print '';
}
print '' . "\n";
@@ -1677,7 +1677,7 @@ if ($action == 'create')
print '
';
-/*if ($user->societe_id == 0 && count($accounts) == 1 && $action == 'new' && $user->rights->banque->cheque)
-{
- print '
'.$langs->trans('NewCheckReceipt').'';
-}*/
-
if ($user->societe_id == 0 && ! empty($object->id) && $object->statut == 0 && $user->rights->banque->cheque)
{
print '
id.'&action=valide&sortfield='.$sortfield.'&sortorder='.$sortorder.'">'.$langs->trans('Validate').'';
diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
index 799c06564df..d3026d0264e 100644
--- a/htdocs/contrat/card.php
+++ b/htdocs/contrat/card.php
@@ -1212,7 +1212,7 @@ if ($action == 'create')
{
print '
';
print $form->select_company('', 'socid', '', 'SelectThirdParty', 1, 0, null, 0, 'minwidth300');
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").' ';
print ' | ';
}
print ''."\n";
@@ -1254,7 +1254,7 @@ if ($action == 'create')
print '
| '.$langs->trans("Project").' | ';
$formproject->select_projects(($soc->id>0?$soc->id:-1), $projectid, "projectid", 0, 0, 1, 1);
- print ' id).'">' . $langs->trans("AddProject") . '';
+ print ' id).'">' . $langs->trans("AddProject") . ' ';
print " |
";
}
diff --git a/htdocs/don/card.php b/htdocs/don/card.php
index 40d0616ad37..62f56d04844 100644
--- a/htdocs/don/card.php
+++ b/htdocs/don/card.php
@@ -372,7 +372,7 @@ if ($action == 'create')
});
';
}
- print '
'.$langs->trans("AddThirdParty").'';
+ print '
'.$langs->trans("AddThirdParty").' ';
print '';
}
print '' . "\n";
diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
index 4886d5c5086..c386327bea6 100644
--- a/htdocs/expedition/card.php
+++ b/htdocs/expedition/card.php
@@ -960,7 +960,7 @@ if ($action == 'create')
print '
';
print '| ' . $langs->trans("Project") . ' | ';
$numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0);
- print ' id).'">' . $langs->trans("AddProject") . '';
+ print ' id).'">' . $langs->trans("AddProject") . ' ';
print ' | ';
print '
';
}
diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
index eb4ca875448..987968e241f 100644
--- a/htdocs/fichinter/card.php
+++ b/htdocs/fichinter/card.php
@@ -948,7 +948,7 @@ if ($action == 'create')
$numprojet=$formproject->select_projects($soc->id, $projectid, 'projectid');
if ($numprojet==0)
{
- print '
'.$langs->trans("AddProject").'';
+ print '
'.$langs->trans("AddProject").' ';
}
print '';
}
@@ -961,7 +961,7 @@ if ($action == 'create')
$numcontrat=$formcontract->select_contract($soc->id, GETPOST('contratid', 'int'), 'contratid', 0, 1);
if ($numcontrat==0)
{
- print '
'.$langs->trans("AddContract").'';
+ print '
'.$langs->trans("AddContract").' ';
}
print '';
}
diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 353fe5273f1..644ebd79347 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1496,7 +1496,7 @@ if ($action=='create')
});
';
}
- print '
'.$langs->trans("AddThirdParty").'';
+ print '
'.$langs->trans("AddThirdParty").' ';
}
print '';
@@ -1558,7 +1558,7 @@ if ($action=='create')
$langs->load('projects');
print '
| ' . $langs->trans('Project') . ' | ';
$formproject->select_projects((empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS)?$societe->id:-1), $projectid, 'projectid', 0, 0, 1, 1);
- print ' id).'">' . $langs->trans("AddProject") . '';
+ print ' id).'">' . $langs->trans("AddProject") . ' ';
print ' |
';
}
diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
index 24834b508ac..70407661d52 100644
--- a/htdocs/fourn/facture/card.php
+++ b/htdocs/fourn/facture/card.php
@@ -1755,7 +1755,7 @@ if ($action == 'create')
});
';
}
- print '
'.$langs->trans("AddThirdParty").'';
+ print '
'.$langs->trans("AddThirdParty").' ';
}
print '';
diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
index 282af6d3208..8089b66680d 100644
--- a/htdocs/projet/card.php
+++ b/htdocs/projet/card.php
@@ -556,7 +556,7 @@ if ($action == 'create' && $user->rights->projet->creer)
print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1);
}
else print $text;
- print '
'.$langs->trans("AddThirdParty").'';
+ print '
'.$langs->trans("AddThirdParty").' ';
print '';
}
diff --git a/htdocs/reception/card.php b/htdocs/reception/card.php
index 18b67fb1e4c..c2400abea1d 100644
--- a/htdocs/reception/card.php
+++ b/htdocs/reception/card.php
@@ -805,7 +805,7 @@ if ($action == 'create')
print '
';
print '| ' . $langs->trans("Project") . ' | ';
$numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0);
- print ' id).'">' . $langs->trans("AddProject") . '';
+ print ' id).'">' . $langs->trans("AddProject") . ' ';
print ' | ';
print '
';
}
diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
index ebc07e0b529..c8a161d7b90 100644
--- a/htdocs/supplier_proposal/card.php
+++ b/htdocs/supplier_proposal/card.php
@@ -1084,7 +1084,7 @@ if ($action == 'create')
} else {
print '
';
print $form->select_company('', 'socid', 's.fournisseur = 1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300');
- print ' '.$langs->trans("AddThirdParty").'';
+ print ' '.$langs->trans("AddThirdParty").' ';
print ' | ';
}
print '' . "\n";
@@ -1165,7 +1165,7 @@ if ($action == 'create')
print '
' . $langs->trans("Project") . ' | ';
$numprojet = $formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 1);
- print ' id).'">' . $langs->trans("AddProject") . '';
+ print ' id).'">' . $langs->trans("AddProject") . ' ';
print ' | ';
print '';