diff --git a/htdocs/supplier_proposal/index.php b/htdocs/supplier_proposal/index.php
index 55bde878918..ab8e83d7877 100644
--- a/htdocs/supplier_proposal/index.php
+++ b/htdocs/supplier_proposal/index.php
@@ -71,12 +71,13 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele
{
print '
\n";
}
@@ -121,6 +122,7 @@ if ($resql)
}
$db->free($resql);
+ print '';
print '
';
print '| '.$langs->trans("Statistics").' - '.$langs->trans("CommRequests").' |
'."\n";
$listofstatus=array(0,1,2,3,4);
@@ -153,7 +155,7 @@ if ($resql)
}
print '| '.$langs->trans("Total").' | '.$total.' |
';
- print "
";
+ print "
";
}
else
{
@@ -179,6 +181,7 @@ if (! empty($conf->supplier_proposal->enabled))
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("DraftRequests").' |
';
@@ -206,7 +209,7 @@ if (! empty($conf->supplier_proposal->enabled))
$i++;
}
}
- print "
";
+ print "
";
}
}
@@ -235,6 +238,7 @@ $sql.= $db->plimit($max, 0);
$resql=$db->query($sql);
if ($resql)
{
+ print '';
print '
';
print '';
print '| '.$langs->trans("LastModifiedRequests", $max).' |
';
@@ -283,7 +287,7 @@ if ($resql)
$i++;
}
}
- print "
";
+ print "
";
}
else dol_print_error($db);
@@ -316,6 +320,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos
$i = 0;
if ($num > 0)
{
+ print '';
print '
';
print '| '.$langs->trans("RequestsOpened").' '.$num.' |
';
@@ -370,7 +375,7 @@ if (! empty($conf->supplier_proposal->enabled) && $user->rights->supplier_propos
{
print '| '.$langs->trans("Total").' | '.price($total)." | |
";
}
- print "
";
+ print "
";
}
}
else