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

This commit is contained in:
Aram HARUTYUNYAN 2013-12-05 08:38:55 +00:00
parent 61e09ca423
commit 7048c5927d
3 changed files with 5 additions and 5 deletions

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->surveillance) {?>

View File

@ -13,7 +13,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->surveillance) {?>
@ -50,7 +50,7 @@
<?php if ($dir->Societe != '') { ?>
<a href="<?=$this->url(array('controller' => 'recherche', 'action' => 'liste', 'type' => 'ent','raisonSociale' => $dir->Societe), null, true)?>"
title="<?=$this->translate("Recherche à partir de la raison sociale")?>">
title="<?=$this->translate("Recherche à partir de la dénomination sociale")?>">
<?=$dir->Societe?>
</a>
<br/>

View File

@ -13,7 +13,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->surveillance) {?>
@ -47,7 +47,7 @@
'type' => 'ent',
'raisonSociale' => $dir->Societe
), null, true)?>"
title="<?=$this->translate("Recherche à partir de la raison sociale")?>">
title="<?=$this->translate("Recherche à partir de la Dénomination sociale")?>">
<?=$dir->Societe?>
</a>
&nbsp;