diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
index 1ec3d71c664..62e54c17948 100644
--- a/htdocs/adherents/index.php
+++ b/htdocs/adherents/index.php
@@ -159,7 +159,7 @@ if ($conf->use_javascript_ajax)
print '
';
print '
| '.$langs->trans("Statistics").' | |||||
| '; + print ' | |||||
| '; $SommeA=0; $SommeB=0; diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index eceeb2890bc..76a19c91d7d 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -171,7 +171,7 @@ $nbofentries=(count($data) - 1); if ($nbofentries > 0) { - print ' | |||||
| '; + print ' | |||||
| '; tree_recur($data,$data[0],0); print ' | |||||
| '.$langs->trans("None").' | |||||
| '.$langs->trans("None").' | ';
$ret.='';
- $ret.=' '."\n"; + //$ret.=' '."\n"; $ret.=''; $ret.=' | ';
}
diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index c5ba612b60f..7236d411c22 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -128,7 +128,7 @@ function societe_prepare_head($object)
else {
dol_print_error($db);
}
-
+
$head[$h][0] = DOL_URL_ROOT.'/societe/notify/card.php?socid='.$object->id;
$head[$h][1] = $langs->trans("Notifications");
if($nbNote > 0) $head[$h][1].= ' ('.$nbNote.')';
@@ -492,7 +492,7 @@ function show_projects($conf,$langs,$db,$object,$backtopage='')
$projectstatic = new Project($db);
$i=0;
- $var=true;
+ $var=false;
while ($i < $num)
{
$obj = $db->fetch_object($result);
@@ -521,8 +521,9 @@ function show_projects($conf,$langs,$db,$object,$backtopage='')
}
}
else
- {
- print '||||
| '.$langs->trans("None").' | |||||
| '.$langs->trans("None").' | |||||