a
This commit is contained in:
parent
b73b40c96e
commit
a7fc172527
|
|
@ -150,6 +150,48 @@
|
|||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- div compte bancaire assuré -->
|
||||
<?php if($banque['numeroCompteBancaire']>' ' && $banque['intituleCompteBancaire']>' '): ?>
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;' readonly >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td > <?= _("Banque") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="banque" NAME="banque" value="<?=$this->nettoyer($banque['banque'])?>" readonly></td>
|
||||
|
||||
<td align="center" > <?= _("Cpte bancaire") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="numeroCompteBancaire" NAME="numeroCompteBancaire" value="<?=$this->nettoyer($banque['numeroCompteBancaire'])?>" readonly ></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Intititulé Cpte") ?> </td>
|
||||
<td colspan="3"> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="intituleCompteBancaire" NAME="intituleCompteBancaire" value="<?=$this->nettoyer($reglement['intituleCompteBancaire'])?>" readonly ></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php else: ?>
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;' >
|
||||
<tbody>
|
||||
<tr>
|
||||
<td > <?= _("Banque") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="banque" NAME="banque" value="<?=$this->nettoyer($banque['banque'])?>" ></td>
|
||||
|
||||
<td align="center" > <?= _("Cpte bancaire") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="numeroCompteBancaire" NAME="numeroCompteBancaire" value="<?=$this->nettoyer($banque['numeroCompteBancaire'])?>" ></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Intititulé Cpte") ?> </td>
|
||||
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="intituleCompteBancaire" NAME="intituleCompteBancaire" value="<?=$this->nettoyer($reglement['intituleCompteBancaire'])?>" ></td>
|
||||
|
||||
<td colspan="2">
|
||||
<input class = "form-control btn btn-primary" type="button" value="<?= _("Enregister Compte bancaire") ?>" onClick="javascript:enregistrer_compte_bancaire_assure();" style='font-size:10pt;' >
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- Bouton Enregistrer -->
|
||||
<?php if($idDemandeRemboursement == "0" && $codeEtatDemandeRemboursement == "0"): ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user