From c68e90907eda638e615d2e39f7c944f4cf13d02f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 May 2007 12:55:22 +0000 Subject: [PATCH] Reorganisaton de la page --- htdocs/telephonie/ligne/stat.php | 35 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/htdocs/telephonie/ligne/stat.php b/htdocs/telephonie/ligne/stat.php index 0d29839a416..bd8cfc87483 100644 --- a/htdocs/telephonie/ligne/stat.php +++ b/htdocs/telephonie/ligne/stat.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2007 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,22 +147,7 @@ if ($_GET["id"] or $_GET["numero"]) print ''; - print ''; - $file = $img_root.$ligne->id."/graphappelsdureemoyenne.png"; - - if (file_exists($file)) - { - print 'CA Mensuel'; - } - else - { - print $mesg_no_graph; - } - - print ''; - print " "; - print ''; print ''; $file = $img_root.$ligne->id."/nb-comm-mensuel.png"; @@ -189,11 +174,25 @@ if ($_GET["id"] or $_GET["numero"]) print $mesg_no_graph; } - print ''; + print ''; + print ''; + $file = $img_root.$ligne->id."/graphappelsdureemoyenne.png"; + + if (file_exists($file)) + { + print 'CA Mensuel'; + } + else + { + print $mesg_no_graph; + } + + print ''; + print " "; + print ''; } } - } else {