Correction paramètres pour lien

This commit is contained in:
Michael RICOIS 2011-06-08 14:03:44 +00:00
parent c13b713c99
commit e82281d5d8

View File

@ -33,11 +33,11 @@
array('controller' => 'recherche', 'action' => 'list'),
$histo['params'])
)?>">Lancer la recherche</a>
<br/>
<a href="<?=$this->url(array_merge(
array('controller' => 'recherche', 'action' => 'entreprise',
array('controller' => 'recherche', 'action' => 'entreprise'),
$histo['params'])
))?>">Afficher le formulaire</a>
)?>">Afficher le formulaire</a>
<?php
break;
@ -66,11 +66,11 @@
array('controller' => 'recherche', 'action' => 'list'),
$histo['params'])
)?>">Lancer la recherche</a>
<br/>
<a href="<?=$this->url(array_merge(
array('controller' => 'recherche', 'action' => 'dirigeant',
array('controller' => 'recherche', 'action' => 'dirigeant'),
$histo['params'])
))?>">Afficher le formulaire</a>
)?>">Afficher le formulaire</a>
<?php