Skip to content
Snippets Groups Projects
Commit d1b7a729 authored by llaffont's avatar llaffont
Browse files

Correction accès fiche VSmart

parent 2d2ec2ec
No related merge requests found
......@@ -27,7 +27,7 @@ class ZendAfi_View_Helper_Abonne_AccesFiche extends Zend_View_Helper_HtmlElement
if (array_key_exists("fiche", $fiche_sigb)) {
try {
if ($popup_url = $fiche_sigb["fiche"]->getUserInformationsPopupUrl($user))
return $this->divAbonneTitre(sprintf('<a onclick="openIFrameDialog(\'%s\');">%s %s</a>',
return $this->divAbonneTitre(sprintf('<a onclick="openIFrameDialog(\'%s\');">%s</a>',
$popup_url,
$html_modifier_ma_fiche),
$user);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment