commande factice en mode courrier et pdf
This commit is contained in:
parent
9a564558cf
commit
8e4435b746
@ -625,9 +625,13 @@ else
|
|||||||
$tagContent = '<img src="./img/icone_pdf.gif"/>';
|
$tagContent = '<img src="./img/icone_pdf.gif"/>';
|
||||||
|
|
||||||
if(preg_match('/\bACTES\b/i', $_SESSION['tabInfo']['droits'])){
|
if(preg_match('/\bACTES\b/i', $_SESSION['tabInfo']['droits'])){
|
||||||
print $tag.' href="'.$href.'" title="'.$title.'">'.$tagContent.'</a>';
|
echo $tag.' href="'.$href.'" title="'.$title.'">'.$tagContent.'</a>';
|
||||||
}else{
|
}else{
|
||||||
print $tag.' href="#" title="Vous n\'avez pas les droits nécessaires pour visualiser le document correspondant.">'.$tagContent.'</a>';
|
echo $tag.' href="#" title="Vous n\'avez pas les droits nécessaires pour visualiser le document correspondant.">'.$tagContent.'</a>';
|
||||||
|
}
|
||||||
|
if(hasModeEdition())
|
||||||
|
{
|
||||||
|
echo '<br/><a href="./pages/greffescmdfactice.php?siret='.$siret.'&option='.$optionUrl.'&lib='.urlencode($acte['decisions']).'&vecteur=factice" target="_blank">Créer une commande factice.</a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -638,13 +642,13 @@ else
|
|||||||
$tagContent = '<img src="./img/icone_courrier.png"/>';
|
$tagContent = '<img src="./img/icone_courrier.png"/>';
|
||||||
|
|
||||||
if(preg_match('/\bACTES\b/i', $_SESSION['tabInfo']['droits'])){
|
if(preg_match('/\bACTES\b/i', $_SESSION['tabInfo']['droits'])){
|
||||||
print $tag.' href="'.$href.'" title="'.$title.'">'.$tagContent.'</a>';
|
echo $tag.' href="'.$href.'" title="'.$title.'">'.$tagContent.'</a>';
|
||||||
}else{
|
}else{
|
||||||
print $tag.' href="#" title="Vous n\'avez pas les droits nécessaires pour commander le document correspondant.">'.$tagContent.'</a>';
|
echo $tag.' href="#" title="Vous n\'avez pas les droits nécessaires pour commander le document correspondant.">'.$tagContent.'</a>';
|
||||||
}
|
}
|
||||||
if(hasModeEdition())
|
if(hasModeEdition())
|
||||||
{
|
{
|
||||||
echo '<br/><a href="./pages/greffescmdfactice.php?siret='.$siret.'&option='.$optionUrl.'&lib='.urlencode($acte['decisions']).'&vecteur=factice" target="_blank">Créer une commande courrier factice.</a>';
|
echo '<br/><a href="./pages/greffescmdfactice.php?siret='.$siret.'&option='.$optionUrl.'&lib='.urlencode($acte['decisions']).'&vecteur=factice" target="_blank">Créer une commande factice.</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user