garant/Vue/Ajaxfraisgestiongcnonselentete/index.php
2025-12-01 19:18:15 +00:00

32 lines
1.3 KiB
PHP

<div id="div_entete_sel">
<?php
$valideAs = $this->nettoyer($reglement['valideAs']);
?>
<INPUT style='text-align:center; font-size:10pt;' class="form-control" TYPE="text" value="Filtres : Cartes non encores facturées" readonly >
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:recharger_frais_gestion_gc_non_sel();"> Recharger...</button> </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:reafficher_frais_gestion_gc_non_sel();"> Rafraichir...</button> </td>
<td> </td>
<?php if($valideAs=='0'): ?>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:valider_selection_frais_gestion_gc();"> Mettre à jour la facturation...</button> </td>
<?php else: ?>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" disabled > Mettre à jour la facturation...</button> </td>
<?php endif; ?>
</tr>
</tbody>
</table>
<div id="detail_facture">
</div>
</div>