gestion des headers
This commit is contained in:
parent
b06cd50d82
commit
e96ce7127b
@ -58,7 +58,7 @@ Enrichissement à partir d'un ciblage
|
||||
<td><?=$item['reference']?></td>
|
||||
<td><?=number_format($item['nbLigneTotales'], 0, ',', ' ')?></td>
|
||||
<td><?=$item['dateAdded']?></td>
|
||||
<td><a href="<?php echo $this->pathfile.'/'.$item['fichier']?>"><?php echo $item['fichier']; ?></a></td>
|
||||
<td><a href="/enrichissement/download/fichier/<?php echo $item['fichier'];?>"><?php echo $item['fichier']; ?></a></td>
|
||||
</tr>
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user