diff --git a/htdocs/telephonie/ligne/stat.php b/htdocs/telephonie/ligne/stat.php
index bd8cfc87483..e634c99c471 100644
--- a/htdocs/telephonie/ligne/stat.php
+++ b/htdocs/telephonie/ligne/stat.php
@@ -82,10 +82,17 @@ if ($_GET["id"] or $_GET["numero"])
$hselected = $h;
$h++;
- dolibarr_fiche_head($head, $hselected, 'Ligne : '.$ligne->numero);
+ $ligne->load_previous_next_id();
+
+ $previous_ref = $ligne->ref_previous?'ref_previous.'">'.img_previous().'':'';
+ $next_ref = $ligne->ref_next?'ref_next.'">'.img_next().'':'';
- print_fiche_titre('Fiche Ligne', $mesg);
-
+ dolibarr_fiche_head($head, $hselected, 'Statistiques ligne');
+
+ print '
';
+
print '';
print '| Numéro | '.dolibarr_print_phone($ligne->numero).' | ';