';
// Ref customer reception
diff --git a/htdocs/reception/note.php b/htdocs/reception/note.php
index 740bf6bd522..5af4d12040a 100644
--- a/htdocs/reception/note.php
+++ b/htdocs/reception/note.php
@@ -103,7 +103,7 @@ if ($id > 0 || ! empty($ref))
// Reception card
- $linkback = '
';
// Ref customer reception
diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index 922fea064ec..0276ce9123b 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -1451,7 +1451,7 @@ if ($socid && $action == 'edit' && $user->rights->societe->creer)
{
dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"), 0, 'company');
- $linkback = '
'.$langs->trans("BackToList").'';
+ $linkback = '
'.$langs->trans("BackToList").'';
dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom');
@@ -1555,7 +1555,7 @@ if ($socid && $action == 'editcard' && $user->rights->societe->creer)
{
dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"), 0, 'company');
- $linkback = '
'.$langs->trans("BackToList").'';
+ $linkback = '
'.$langs->trans("BackToList").'';
dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom');
@@ -1603,7 +1603,7 @@ if ($socid && $action == 'create' && $user->rights->societe->creer)
{
dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"), 0, 'company');
- $linkback = '
'.$langs->trans("BackToList").'';
+ $linkback = '
'.$langs->trans("BackToList").'';
dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom');
@@ -1701,7 +1701,7 @@ if ($socid && $action == 'createcard' && $user->rights->societe->creer)
{
dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"), 0, 'company');
- $linkback = '
'.$langs->trans("BackToList").'';
+ $linkback = '
'.$langs->trans("BackToList").'';
dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom');
diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
index 1476bb8ce75..039c1fe1bd5 100644
--- a/htdocs/societe/price.php
+++ b/htdocs/societe/price.php
@@ -187,7 +187,7 @@ $head = societe_prepare_head($object);
dol_fiche_head($head, 'price', $langs->trans("ThirdParty"), -1, 'company');
-$linkback = '
'.$langs->trans("BackToList").'';
+$linkback = '
'.$langs->trans("BackToList").'';
dol_banner_tab($object, 'socid', $linkback, ($user->societe_id?0:1), 'rowid', 'nom');
diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
index 93a6981f8be..a9a8010eb20 100644
--- a/htdocs/ticket/card.php
+++ b/htdocs/ticket/card.php
@@ -693,7 +693,7 @@ if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'd
*/
print '
';
- $linkback = '' . $langs->trans("BackToList") . '';
+ $linkback = '' . $langs->trans("BackToList") . '';
// Ref
print '| ' . $langs->trans('Ref') . ' | ';
@@ -821,7 +821,7 @@ if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'd
$morehtmlref.='';
- $linkback = '' . $langs->trans("BackToList") . ' ';
+ $linkback = '' . $langs->trans("BackToList") . ' ';
dol_banner_tab($object, 'ref', $linkback, ($user->societe_id ? 0 : 1), 'ref', 'ref', $morehtmlref);
diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php
index 2e2091034f9..2c00dfe3150 100644
--- a/htdocs/user/bank.php
+++ b/htdocs/user/bank.php
@@ -477,7 +477,7 @@ if ($id && ($action == 'edit' || $action == 'create' ) && $user->rights->user->u
$title = $langs->trans("User");
dol_fiche_head($head, 'bank', $title, 0, 'user');
- $linkback = ''.$langs->trans("BackToList").'';
+ $linkback = ''.$langs->trans("BackToList").'';
dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index 90228aa952e..de2a84518ff 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -323,7 +323,7 @@ else
{
dol_fiche_head($head, 'guisetup', $title, -1, 'user');
- $linkback = ''.$langs->trans("BackToList").'';
+ $linkback = ''.$langs->trans("BackToList").'';
dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
|