Merge
This commit is contained in:
commit
47f0ce0ab7
@ -103,11 +103,12 @@ Le séparateur utilisé est la virgule (,).
|
||||
<?php if (count($this->fileFinish)) {?>
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr><th>Fichier</th><th>Ajout</th><th>Départ</th><th>Fin</th><th>Lignes total</th><th>Fichier enrichi</th></tr>
|
||||
<tr><th>#</th><th>Fichier</th><th>Ajout</th><th>Départ</th><th>Fin</th><th>Lignes total</th><th>Fichier enrichi</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach($this->fileFinish as $file) {?>
|
||||
<tr>
|
||||
<td><?=$file->id?></td>
|
||||
<td><?=$file->fichier?></td>
|
||||
<td><?=$file->dateAdded?></td>
|
||||
<td><?=$file->dateStart?></td>
|
||||
|
Loading…
Reference in New Issue
Block a user