| '.$langs->trans('ThirdPartyName').' | ';
print '';
print $form->showrefnav($object,'socid','',($user->societe_id?0:1),'rowid','nom');
print ' |
';
@@ -124,7 +124,7 @@ if ($id > 0)
print '';
- print '| '.$langs->trans("ThirdPartyName").' | ';
+ print ' |
| '.$langs->trans("ThirdPartyName").' | ';
print $form->showrefnav($object,'socid','',($user->societe_id?0:1),'rowid','nom');
print ' |
';
@@ -169,7 +169,7 @@ if ($result > 0)
print '';
}
- print '| '.$langs->trans("NbOfActiveNotifications").' | ';
+ print '
| '.$langs->trans("NbOfActiveNotifications").' | ';
print '';
$sql = "SELECT COUNT(n.rowid) as nb";
$sql.= " FROM ".MAIN_DB_PREFIX."notify_def as n";
diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index ceef3ec324e..0ee8d7d0f8c 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -1465,7 +1465,7 @@ else
*/
// Name
- print ' |
| '.$langs->trans('ThirdPartyName').' | ';
+ print '
| '.$langs->trans('ThirdPartyName').' | ';
print '';
print $form->showrefnav($object, 'socid', '', ($user->societe_id?0:1), 'rowid', 'nom');
print ' | ';