Display column "fichier"

This commit is contained in:
Michael RICOIS 2012-06-19 14:59:34 +00:00
parent 45eba61cd9
commit 13b785873e

View File

@ -10,7 +10,6 @@
<th><b>login</b></th> <th><b>login</b></th>
<th><b>Reférence ciblage</b></th> <th><b>Reférence ciblage</b></th>
<th><b>Fichier</b></th> <th><b>Fichier</b></th>
<th><b>Actions</b></th>
</tr> </tr>
<?php foreach($this->commandes as $item): ?> <?php foreach($this->commandes as $item): ?>
<tr> <tr>
@ -20,10 +19,7 @@
<td><?=$item['uniteInsee']?></td> <td><?=$item['uniteInsee']?></td>
<td><?=$item['login']?></td> <td><?=$item['login']?></td>
<td><?=$item['critereReference']?></td> <td><?=$item['critereReference']?></td>
<td> <td><?=$item['fichier']?></td>
<a class="enrichissementref" href="<?=$this->url(array('controller'=> 'enrichissement','action'=>'reference', 'id'=>$comptage['idDefinition']))?>">Enrichissement</a>
<a href="<?=$this->url(array('controller'=> 'gestion','action'=>'extract', 'id'=>$comptage['idDefinition']))?>">Extraire les sirets</a>
</td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</table> </table>