Modif titre

This commit is contained in:
Rodolphe Quiedeville 2005-11-16 12:43:13 +00:00
parent 8e13f49baf
commit b5e659aeb8
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class GraphDistributeurCommission extends GraphBar {
$this->file = $file;
$this->year = strftime("%Y",time());
$this->client = 0;
$this->titre = "Commission mensuelle ".$this->year;
$this->titre = "Commissions mensuelles reversées ".$this->year;
$this->barcolor = "orange";
$this->showframe = true;

View File

@ -29,7 +29,8 @@ class GraphDistributeurResultat extends GraphBar {
$this->db = $DB;
$this->file = $file;
$this->client = 0;
$this->titre = "Resultat mensuel";
$this->year = strftime("%Y",time());
$this->titre = "Resultat mensuel ".$this->year." (marges - commissions)";
$this->year = strftime("%Y",time());
$this->barcolor = "green";
$this->showframe = true;