2025-02-13 17:10:10 +03:00

32 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>Fournisseur</span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="createDefaultProvider">Ajouter un fournisseur</button>
</div>
</div>
<table id="tableProviderList" class="display tabledt">
<thead>
<tr>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Nom'));?></th>
<th><?php p($l->t('Prénom'));?></th>
<th><?php p($l->t('Entreprise'));?></th>
<th><?php p($l->t('Siret'));?></th>
<th><?php p($l->t('Téléphone'));?></th>
<th><?php p($l->t('Email'));?></th>
<th><?php p($l->t('Adresse'));?></th>
<th><?php p($l->t('Ville'));?></th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>