diff --git a/htdocs/telephonie/ligne/index.php b/htdocs/telephonie/ligne/index.php index f4ebba12b27..6e535667bd0 100644 --- a/htdocs/telephonie/ligne/index.php +++ b/htdocs/telephonie/ligne/index.php @@ -44,12 +44,12 @@ if ($user->societe_id > 0) * * */ - +print '
'; print ''; print '\n"; +print "
'; -print ''; + print ''; print ''; print "\n"; @@ -149,12 +149,8 @@ if ($user->rights->telephonie->fournisseur->lire) print $db->error() . ' ' . $sql; } } -/* - * Concurrents - * - */ -print '
'; +print ''; - -print '
Recherche ligne
'; $sql = "SELECT distinct c.nom as concurrent, count(*) as cc"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_concurrents as c,".MAIN_DB_PREFIX."telephonie_societe_ligne as l"; @@ -194,13 +190,8 @@ else print $db->error() . ' ' . $sql; } - -print ''; - -print 'Lignes Actives

'."\n"; -print '
'; +print "
\n
\n"; $db->close();