34 lines
1.3 KiB
PHP
34 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><?php p($l->t('Customer'));?></span>
|
|
</div>
|
|
<div class="crumb svg crumbhome">
|
|
<button style="margin-left:3px;" type="button" id="newClient">
|
|
<?php p($l->t('Add customer'));?>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<table id="client" class="display tabledt" style="font-size:11px;">
|
|
<thead>
|
|
<tr>
|
|
<th><?php p($l->t('ID'));?></th>
|
|
<th><?php p($l->t('Company'));?></th>
|
|
<th><?php p($l->t('First name'));?></th>
|
|
<th><?php p($l->t('Last name'));?></th>
|
|
<th><?php p($l->t('Legal information'));?></th>
|
|
<th><?php p($l->t('Phone number'));?></th>
|
|
<th><?php p($l->t('Email'));?></th>
|
|
<th><?php p($l->t('Address'));?></th>
|
|
<th><?php p($l->t('Actions'));?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|