Désactivation du lien si pas de mode edition
This commit is contained in:
parent
c8962e7f0e
commit
a49f26530b
@ -29,7 +29,7 @@ require_once 'scoresws/identite.php';
|
|||||||
//=> BLOC IDENTITE
|
//=> BLOC IDENTITE
|
||||||
//$etab = scoresws_identite($siret, $siren, $idEntreprise);
|
//$etab = scoresws_identite($siret, $siren, $idEntreprise);
|
||||||
?>
|
?>
|
||||||
<?php if ($_GET['page'] != 'customRapport'): ?>
|
<?php if ($_GET['page'] != 'customRapport' && hasModeEdition()): ?>
|
||||||
<a id="customRapport" title="Personnaliser votre rapport" href="./?page=customRapport&siret=<?php echo $_GET['siret'];?>&idEntreprise=<?php echo $_GET['idEntreprise'];?>">Personnaliser votre rapport</a>
|
<a id="customRapport" title="Personnaliser votre rapport" href="./?page=customRapport&siret=<?php echo $_GET['siret'];?>&idEntreprise=<?php echo $_GET['idEntreprise'];?>">Personnaliser votre rapport</a>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
<h1>RAPPORT COMPLET</h1>
|
<h1>RAPPORT COMPLET</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user