Issue #0001805: Identite view - changer "Raison Sociale" par "Dénomination Sociale".

This commit is contained in:
Aram HARUTYUNYAN 2013-12-05 08:49:06 +00:00
parent 7f662bc7a9
commit d3bec63fe9
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
</tr>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Raison Sociale</td>
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
</table>

View File

@ -9,7 +9,7 @@
</tr>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib"><?=$this->translate("Raison Sociale")?></td>
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
<?php if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){ ?>

View File

@ -13,7 +13,7 @@
</tr>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Raison Sociale</td>
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
<tr>

View File

@ -56,7 +56,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
</table>
</div>
<h2><?=$this->translate("Raison sociale &amp; Coordonnées")?></h2>
<h2><?=$this->translate("Dénomination sociale &amp; Coordonnées")?></h2>
<div class="paragraph">
<?php if ( empty($this->AutrePage) && $this->accessWorldCheck) { ?>

View File

@ -31,7 +31,7 @@
<?php }?>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Raison Sociale</td>
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
<?php if ($this->actif) {?>