fixed bug #0000009 : Lien "Derniere Recherche" désactivé si la session ne contient pas de derniere recherche + modification message

This commit is contained in:
Michael RICOIS 2009-03-23 10:57:22 +00:00
parent 651324bb6b
commit 89b1e8264a
2 changed files with 10 additions and 2 deletions

View File

@ -4,9 +4,17 @@
<span>RECHERCHES</span>
<a href="/?page=recherche&vue=ent">Rechercher une entreprise</a>
<a href="/?page=recherche&vue=dir">Rechercher par dirigeant</a>
<?php
if (isset($_SESSION['list_pre']) || $_SESSION['list_pre']!=''){
?>
<a href="/?page=recherche&vue=list_pre">Derni&egrave;re recherche</a>
<?php
if (preg_match('/IPARI/i', $_SESSION['tabInfo']['droits'])) {
}else{
?>
<a href="#"><font color="Gray">Derni&egrave;re recherche</font></a>
<?php
}
if (preg_match('/IPARI/i', $_SESSION['tabInfo']['droits'])) {
?>
<a href="<?=IPARI_URL?>?siret=<?=$siret?>" target="_blank">IparI &copy;</a>
<?php } ?>

View File

@ -557,7 +557,7 @@ if ($etab['Enseigne']<>'' || $etab['Sigle']<>'') {
echo '</table></ol>';
}
?>
<p class="StyleInfoLib"><br/>Aucun r&eacute;sultat ne correspond &agrave; votre recherche. <a href="./?page=recherche&action=rechercher&vue=enq">Cliquez-ici.</a><br/></p>
<p class="StyleInfoLib"><br/>Si aucun résultat ne correspond à votre recherche. <a href="./?page=recherche&action=rechercher&vue=enq">Cliquez-ici.</a><br/></p>
</td>
</tr>
</table>