ajout de l'icone cross pour la suppression des criteres
This commit is contained in:
parent
c1c8449c72
commit
a4391f3886
@ -1,5 +1,4 @@
|
||||
<h1>Vos critères de selections</h1>
|
||||
|
||||
<style>
|
||||
.color {
|
||||
background-color:#DEDEDE;
|
||||
@ -40,6 +39,11 @@
|
||||
<?php echo $val;?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
<a class="remove" href="index/remove/critere/<?php echo $critere;?>">
|
||||
<img src="/themes/default/images/cross.png" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<?php endforeach;?>
|
||||
|
Loading…
Reference in New Issue
Block a user