From 7c52f89deb308f57b0f01fd577f336e55b6b2082 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Tue, 6 Sep 2005 21:56:20 +0000 Subject: [PATCH] Modif onglet ca --- htdocs/telephonie/client/ca.php | 4 ++-- htdocs/telephonie/client/factures.php | 4 ++-- htdocs/telephonie/client/fiche.php | 4 ++-- htdocs/telephonie/client/lignes.php | 4 ++-- htdocs/telephonie/client/tarifs.php | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/telephonie/client/ca.php b/htdocs/telephonie/client/ca.php index 0a9f9669130..db43e6a670b 100644 --- a/htdocs/telephonie/client/ca.php +++ b/htdocs/telephonie/client/ca.php @@ -62,8 +62,8 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Factures"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/ca.php?id=".$soc->id; - $head[$h][1] = $langs->trans("CA"); + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/stats.php?id=".$soc->id; + $head[$h][1] = $langs->trans("Stats"); $hselected = $h; $h++; diff --git a/htdocs/telephonie/client/factures.php b/htdocs/telephonie/client/factures.php index 2ce1f57145f..806023cdeef 100644 --- a/htdocs/telephonie/client/factures.php +++ b/htdocs/telephonie/client/factures.php @@ -61,8 +61,8 @@ if ($_GET["id"]) $hselected = $h; $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/ca.php?id=".$soc->id; - $head[$h][1] = $langs->trans("CA"); + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/stats.php?id=".$soc->id; + $head[$h][1] = $langs->trans("Stats"); $h++; $head[$h][0] = DOL_URL_ROOT."/telephonie/client/tarifs.php?id=".$soc->id; diff --git a/htdocs/telephonie/client/fiche.php b/htdocs/telephonie/client/fiche.php index b2ff6019743..ab9e5ed2af5 100644 --- a/htdocs/telephonie/client/fiche.php +++ b/htdocs/telephonie/client/fiche.php @@ -63,8 +63,8 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Factures"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/ca.php?id=".$soc->id; - $head[$h][1] = $langs->trans("CA"); + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/stats.php?id=".$soc->id; + $head[$h][1] = $langs->trans("Stats"); $h++; $head[$h][0] = DOL_URL_ROOT."/telephonie/client/tarifs.php?id=".$soc->id; diff --git a/htdocs/telephonie/client/lignes.php b/htdocs/telephonie/client/lignes.php index 756c0adea7b..b5436a9f91c 100644 --- a/htdocs/telephonie/client/lignes.php +++ b/htdocs/telephonie/client/lignes.php @@ -65,8 +65,8 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Factures"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/ca.php?id=".$soc->id; - $head[$h][1] = $langs->trans("CA"); + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/stats.php?id=".$soc->id; + $head[$h][1] = $langs->trans("Stats"); $h++; $head[$h][0] = DOL_URL_ROOT."/telephonie/client/tarifs.php?id=".$soc->id; diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index 4c61a32c9e5..5b20b84e73c 100644 --- a/htdocs/telephonie/client/tarifs.php +++ b/htdocs/telephonie/client/tarifs.php @@ -193,8 +193,8 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Factures"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/ca.php?id=".$soc->id; - $head[$h][1] = $langs->trans("CA"); + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/stats.php?id=".$soc->id; + $head[$h][1] = $langs->trans("Stats"); $h++; $head[$h][0] = DOL_URL_ROOT."/telephonie/client/tarifs.php?id=".$soc->id; -- GitLab