From e59708c49219aa28f0383572427ec7cb4e6956bc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 9 Feb 2005 16:27:36 +0000 Subject: [PATCH] Modif graph --- htdocs/telephonie/stats/commerciaux/index.php | 2 -- htdocs/telephonie/stats/index.php | 33 +++---------------- 2 files changed, 5 insertions(+), 30 deletions(-) diff --git a/htdocs/telephonie/stats/commerciaux/index.php b/htdocs/telephonie/stats/commerciaux/index.php index 653f88ebc02..e6dad4c1875 100644 --- a/htdocs/telephonie/stats/commerciaux/index.php +++ b/htdocs/telephonie/stats/commerciaux/index.php @@ -92,8 +92,6 @@ print ''; print ''; -print 'Nouveaux clients par semaines

'."\n"; - print 'Commandes de ligne par semaines

'."\n"; print 'Commandes de ligne par mois

'."\n"; diff --git a/htdocs/telephonie/stats/index.php b/htdocs/telephonie/stats/index.php index 322216f16ce..4bd0312549e 100644 --- a/htdocs/telephonie/stats/index.php +++ b/htdocs/telephonie/stats/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 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 @@ -21,50 +21,27 @@ */ require("./pre.inc.php"); -$page = $_GET["page"]; -$sortorder = $_GET["sortorder"]; +if (!$user->rights->telephonie->lire) accessforbidden(); -if (!$user->rights->telephonie->lire) - accessforbidden(); - -llxHeader('','Telephonie - Ligne'); +llxHeader('','Telephonie - Statistiques'); /* - * Sécurité accés client - */ -if ($user->societe_id > 0) -{ - $action = ''; - $socidp = $user->societe_id; -} - -/* - * Mode Liste - * - * * */ - print ''; print ''; - - print ''; - print '
'; -print '

'; -print '

'; - +print 'Nouveaux clients par semaines

'."\n"; print '
'; -print '

'; -print ''; +print 'Commandes de ligne par mois

'."\n"; print '
';