a
This commit is contained in:
parent
db3bd7f747
commit
4615132666
|
|
@ -2,16 +2,17 @@
|
|||
<table class="table table-hover align-middle mb-0 tabliste compact" style="font-size: 0.85rem;">
|
||||
<thead class="table-light text-secondary">
|
||||
<tr>
|
||||
<th rowspan="2" class="text-center border-0 py-3"><?= _("Date Effet") ?></th>
|
||||
<th rowspan="2" class="text-center border-0"><?= _("Mvt") ?></th>
|
||||
<th rowspan="2" class="border-0"><?= _("Bénéficiaire / Matricule") ?></th>
|
||||
<th rowspan="2" class="border-0"><?= _("Adhérent") ?></th>
|
||||
<th rowspan="2" class="text-center border-0"><?= _("Lien") ?></th>
|
||||
<th rowspan="2" class="text-center border-0"><?= _("Saisie / Par") ?></th>
|
||||
<th rowspan="2" class="text-center border-0"><?= _("Prime Ttc") ?></th>
|
||||
<th class="text-center border-0 py-3"><?= _("Date Effet") ?></th>
|
||||
<th class="text-center border-0"><?= _("Mvt") ?></th>
|
||||
<th class="border-0"><?= _("Bénéficiaire / Matricule") ?></th>
|
||||
<th class="border-0"><?= _("Adhérent") ?></th>
|
||||
<th class="text-center border-0"><?= _("Lien") ?></th>
|
||||
<th class="text-center border-0"><?= _("Saisie / Par") ?></th>
|
||||
<th class="text-center border-0"><?= _("Prime Ttc") ?></th>
|
||||
<th colspan="2" class="text-center border-0"><?= _("Choix") ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="7" style='text-align:center'> <input class = "form-control btn btn-primary" type="button" value="<?= _("Valider la sélection") ?>" onClick="selectionner_mouvement_rh_tout('1');"> </td>
|
||||
<th style='text-align:center'> <input class = "form-control btn btn-primary" type="button" value="V" onClick="selectionner_mouvement_rh_tout('1');"> </td>
|
||||
<th style='text-align:center'> <input class = "form-control btn btn-primary" type="button" value="X" onClick="selectionner_mouvement_rh_tout('0');"> </td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user