THANASOFT-HFC/gestion/templates/content/thanatopracteur.php

33 lines
1.2 KiB
PHP

<div id="contentTable">
<div class="breadcrumb" data-html2canvas-ignore>
<div class="crumb svg crumbhome">
<a href="<?php echo($_['url']['index']); ?>" class="icon-home"></a>
<span style="display: none;"></span>
</div>
<div class="crumb svg crumbhome">
<span>Thanatopracteurs</span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="newThanato">
Ajouter un thanatopracteur
</button>
</div>
</div>
<div class="d-flex jsutify-content-end">
<button class="btn btn-secondary" id="exportThanatoData">Export thanato stat</button>
</div>
<table id="client" class="display tabledt" style="font-size:11px;">
<thead>
<tr>
<th><?php p($l->t('To Export'));?></th>
<th><?php p($l->t('First name'));?></th>
<th><?php p($l->t('Last name'));?></th>
<th>Référence</th>
<th>Date d'habilitation</th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>