This commit is contained in:
Michael RICOIS 2014-04-17 13:51:15 +00:00
commit 47f0ce0ab7

View File

@ -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>