From d1b7a729eaba0ef4eeb3254b46b73075229d350a Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Thu, 16 Aug 2012 10:29:43 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20acc=C3=A8s=20fiche=20VSmart?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 library/ZendAfi/View/Helper/Abonne/AccesFiche.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/ZendAfi/View/Helper/Abonne/AccesFiche.php b/library/ZendAfi/View/Helper/Abonne/AccesFiche.php
index 42d8d714239..1b110f5bbbd 100644
--- a/library/ZendAfi/View/Helper/Abonne/AccesFiche.php
+++ b/library/ZendAfi/View/Helper/Abonne/AccesFiche.php
@@ -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);
-- 
GitLab