Correction chemin images + ajout des images
This commit is contained in:
parent
92d242193b
commit
3abff8c9a4
@ -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 {
|
||||
|
BIN
public/themes/default/images/interfaces/domiciliation.png
Normal file
BIN
public/themes/default/images/interfaces/domiciliation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 651 B |
BIN
public/themes/default/images/interfaces/exclamation.png
Normal file
BIN
public/themes/default/images/interfaces/exclamation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user