45 lines
2.4 KiB
PHP
45 lines
2.4 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 width="10%"> <?= _("Période") ?> </td>
|
|
<td width="15%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture1" NAME="dateFacture1" value="<?= $_SESSION['debutRequeteFr_C'] ?>" required></td>
|
|
|
|
<td width="5%" align="center" > <?= _("au") ?> </td>
|
|
<td width="15%" > <INPUT style='text-align:center; font-size:10pt;' class="form-control datepicker" TYPE="text" id="dateFacture2" NAME="dateFacture2" value="<?= $_SESSION['finRequeteFr_C'] ?>" required> </td>
|
|
-->
|
|
|
|
<td> </td>
|
|
<!-- <td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:recharger_cartes_gc_non_sel();"> Recharger...</button> </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_cartes_gc_non_sel();"> Rafraichir...</button> </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_cartes_gc();"> Mettre à jour la facturation...</button> </td> -->
|
|
<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>
|