a
This commit is contained in:
parent
d050dc3834
commit
59b2250745
|
|
@ -3,6 +3,8 @@
|
|||
$nbFactAntiDate = $this->nettoyer($avenant['nbFactAntiDate']);
|
||||
?>
|
||||
|
||||
<INPUT class="sr-only" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($avenant['tauxRistourne']) ?>" >
|
||||
<button type="button" style='font-size:10pt;' class="sr-only" onclick="javascript:appliquer_taux_ristourne();" > </button>
|
||||
|
||||
<button id="btn_pop" NAME="btn_pop" type="button" class="sr-only" data-toggle="modal" data-target="#popdetailassure"></button>
|
||||
|
||||
|
|
@ -95,13 +97,6 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Taux Ristourne(%)") ?> </td>
|
||||
<td>
|
||||
<INPUT style='font-size:10pt; text-align:center' class="form-control" id="tauxRistourne" NAME="tauxRistourne" TYPE="text" value="<?= $this->nettoyer($avenant['tauxRistourne']) ?>"
|
||||
onChange="javascript:appliquer_taux_ristourne();" >
|
||||
</td>
|
||||
<td> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:appliquer_taux_ristourne();" > <?= _("Appliquer Taux...") ?> </button> </td>
|
||||
|
||||
<td colspan="2"> <button type="button" style='font-size:10pt;' class="form-control btn btn-info" onclick="javascript:pop_afficher_selection_retrait();" > <?= _("Sélection des assurées à retirer...") ?> </button> </td>
|
||||
|
||||
<td colspan="1"> <input style='font-size:10pt;' class = "form-control btn btn-danger" type="button" value="<?= _("Récapituler") ?>" onClick="javascript:recapituler_retrait();"> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user