Commit c4e3dfff authored by Johnny Leveneur's avatar Johnny Leveneur
Browse files

...

parent 95985c37
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ $canModifierInscription = $this->isAllowed(EvenementielinscriptionPrivileges::ge
        <thead>
        <tr>
            <th data-type="string"> Participant·e</th>
            <th style="width:13rem;"> Date de demande</th>
            <th style="width:6rem;"> Type</th>
<!--            <th style="width:13rem;"> Date de demande</th>-->
<!--            <th style="width:6rem;"> Type</th>-->
            <th style="width:6rem;"> Liste</th>
            <th style="width:13rem;"> État</th>
            <th class="action"> Action</th>
@@ -82,10 +82,10 @@ $canModifierInscription = $this->isAllowed(EvenementielinscriptionPrivileges::ge
                    <td data-order="<?php echo $participant->getDenomination(false); ?>">
                        <?php echo $participant->getDenomination() ?>
                    </td>
                    <td data-order="<?php echo $inscription->getHistoCreation()->format('Y/m/d H:i:s'); ?>">
                        <?php echo $inscription->getHistoCreation()->format('d/m/Y H:i:s'); ?>
                    </td>
                    <td> <?php echo $participant->getTypeParticipant(); ?></td>
<!--                    <td data-order="--><?php //echo $inscription->getHistoCreation()->format('Y/m/d H:i:s'); ?><!--">-->
<!--                        --><?php //echo $inscription->getHistoCreation()->format('d/m/Y H:i:s'); ?>
<!--                    </td>-->
<!--                    <td> --><?php //echo $participant->getTypeParticipant(); ?><!--</td>-->
                    <td> <?php echo $inscription->getListe() ?? "Aucune"; ?> </td>
                    <td> <?php echo $this->etatinstance($inscription->getEtatActif()); ?> </td>
                    <td class="action">
@@ -333,11 +333,11 @@ $canModifierInscription = $this->isAllowed(EvenementielinscriptionPrivileges::ge
            autoWidth: false,
            columnDefs: [
                {
                    "targets": 5,
                    "targets": 3,
                    "orderable": false
                },
            ],
            order: [[1, 'dsc']],
            order: [[0, 'asc']],
            "language":
                {
                    "url":