33 lines
1.3 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>Commandes</span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="createDefaultOrder">Ajouter une commande</button>
</div>
</div>
<table id="tableOrderList" class="display tabledt">
<thead>
<tr>
<th></th>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Date de commande'));?></th>
<th><?php p($l->t('Numéro de commande'));?></th>
<th><?php p($l->t('Défunt'));?></th>
<th><?php p($l->t('Client'));?></th>
<th><?php p($l->t('Thanatopracteur'));?></th>
<th><?php p($l->t('Lieu'));?></th>
<th><?php p($l->t('Type de soins'));?></th>
<th><?php p($l->t('Etat'));?></th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>