prestation/Vue/Ajaxcartegcnonselentete/index.php
2025-12-01 18:54:33 +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>