dfrt
This commit is contained in:
parent
b233501513
commit
53e5050265
|
|
@ -37,6 +37,7 @@ class ControleurFichebeneficiaire extends Controleur
|
|||
|
||||
$codeTypeContrat = $_SESSION['codeTypeContrat'];
|
||||
$idPolice = $_SESSION['idPolice_C'];
|
||||
|
||||
$this->police->getContextePoliceId($idPolice);
|
||||
$this->beneficiaire->getContexteBeneficiaireId($idBeneficiaire);
|
||||
|
||||
|
|
|
|||
|
|
@ -134,9 +134,9 @@
|
|||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-uppercase">
|
||||
<?= _("Portable") ?><span class="required-star">*</span>
|
||||
<?= _("Portable") ?>
|
||||
</label>
|
||||
<input class="form-control form-control-sm" type="tel" id="telephonePortable" name="telephonePortable" required autocomplete="off">
|
||||
<input class="form-control form-control-sm" type="tel" id="telephonePortable" name="telephonePortable">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
</small>
|
||||
</div>
|
||||
<a href="Gedbeneficiaireprod/" class="btn btn-success btn-sm rounded-pill px-3 ms-2">
|
||||
<i class="fas fa-eye me-1"></i>
|
||||
<i class="fas fa-folder-open me-2"></i><?= _("Consulter la GED") ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
</small>
|
||||
</div>
|
||||
<a href="Gedbeneficiaireprod/" class="btn btn-danger btn-sm rounded-pill px-3 ms-2 shadow-sm">
|
||||
<i class="fas fa-upload me-1"></i>
|
||||
<i class="fas fa-upload me-2"></i><?= _("Ouvrir la GED") ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user