Correction chemin images + ajout des images

This commit is contained in:
Michael RICOIS 2011-08-16 08:59:28 +00:00
parent 92d242193b
commit 3abff8c9a4
3 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ class IdentiteEntreprise
//Activité economique type
switch ($this->identite->ActifEcoType){
case 'NPAI':
$title.= htmlentities('<img src="img/icone_courrier.png"/>');
$title.= htmlentities('<img src="/themes/default/images/interfaces/icone_courrier.png"/>');
$title.= ' NPAI ';
if (!empty($this->identite->ActifEcoDate)) $title.= 'depuis le '.WDate::dateT('Ymd', 'd/m/Y', $this->identite->ActifEcoDate);
$title.= '<br/>';
@ -446,7 +446,7 @@ class IdentiteEntreprise
$data = $this->identite->FJ.' : '.$this->identite->FJ_Lib;
if ($this->identite->FJ!=$this->identite->FJ2 &&
$this->identite->FJ2!='' && $this->identite->FJ2_Lib!='') {
$data.= '<img src="./img/exclamation.png" title="Forme jurique à l\'INSEE : '.
$data.= '<img src="/themes/default/images/interfaces/exclamation.png" title="Forme jurique à l\'INSEE : '.
$this->identite->FJ2_Lib.' ('.$this->identite->FJ2.')"/>';
}
return $data;
@ -540,7 +540,7 @@ class IdentiteEntreprise
if ( $this->identite->AdresseDom == 1 ) {
$data.= '<div class="domiciliation">';
$data.= '<img class="domiciliation" title="Cliquer pour afficher les informations" alt="domiciliation.png" src="img/domiciliation.png" /> Domiciliation';
$data.= '<img class="domiciliation" title="Cliquer pour afficher les informations" alt="domiciliation.png" src="/themes/default/images/interfaces/domiciliation.png" /> Domiciliation';
if ( $this->identite->AdresseDomNb == 1000 ) {
$domNb = '+ de 1000';
} else {

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB