Suppression du graph des lignes actives
This commit is contained in:
parent
0e85e51a4b
commit
d24b2b7a73
@ -44,12 +44,12 @@ if ($user->societe_id > 0)
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/ligne/liste.php">';
|
||||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
|
|
||||||
print '<tr><td width="30%" valign="top">';
|
print '<tr><td width="30%" valign="top">';
|
||||||
|
|
||||||
print '<form method="GET" action="'.DOL_URL_ROOT.'/telephonie/ligne/liste.php">';
|
|
||||||
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
print '<table class="noborder" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
print '<tr class="liste_titre"><td>Recherche ligne</td>';
|
print '<tr class="liste_titre"><td>Recherche ligne</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
@ -149,12 +149,8 @@ if ($user->rights->telephonie->fournisseur->lire)
|
|||||||
print $db->error() . ' ' . $sql;
|
print $db->error() . ' ' . $sql;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* Concurrents
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
print '<br />';
|
print '</td><td valign="top" width="70%">';
|
||||||
|
|
||||||
$sql = "SELECT distinct c.nom as concurrent, count(*) as cc";
|
$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";
|
$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 $db->error() . ' ' . $sql;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "</td></tr>\n";
|
||||||
print '</td><td valign="top" width="70%" rowspan="3">';
|
print "</table>\n</form>\n";
|
||||||
|
|
||||||
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=lignes/lignes.actives.png" alt="Lignes Actives" title="Lignes Actives"><br /><br />'."\n";
|
|
||||||
print '</td></tr>';
|
|
||||||
|
|
||||||
print '</table>';
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user