30 lines
1.1 KiB
PHP
30 lines
1.1 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>Véhicule</span>
|
|
</div>
|
|
<div class="crumb svg crumbhome">
|
|
<button style="margin-left:3px;" type="button" id="createDefaultVehicle">Ajouter un véhicule</button>
|
|
</div>
|
|
</div>
|
|
<table id="tableVehicleList" class="display tabledt">
|
|
<thead>
|
|
<tr>
|
|
<th><?php p($l->t('ID'));?></th>
|
|
<th><?php p($l->t("Date d'achat"));?></th>
|
|
<th><?php p($l->t('Marque'));?></th>
|
|
<th><?php p($l->t('Modèle'));?></th>
|
|
<th><?php p($l->t('Immatriculation'));?></th>
|
|
<th><?php p($l->t("Type d'achat"));?></th>
|
|
<th><?php p($l->t('Thanatopracteur'));?></th>
|
|
<th><?php p($l->t('Actions'));?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|