From 72c9eaea93c8ce1f618c02fc09a078a08c910a8e Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Wed, 10 Oct 2012 10:06:29 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20fichier=20non-trouv=C3=A9=20sur=20?=
 =?UTF-8?q?image=20de=20fond=20permalink?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/library/ZendAfi/View/Helper/Permalink.php b/library/ZendAfi/View/Helper/Permalink.php
index 58a4df59d66..a2cd486892c 100644
--- a/library/ZendAfi/View/Helper/Permalink.php
+++ b/library/ZendAfi/View/Helper/Permalink.php
@@ -33,7 +33,7 @@ class ZendAfi_View_Helper_Permalink extends ZendAfi_View_Helper_BaseHelper {
 									 $onclick,
 									 $this->translate()->_('Lien permanent'));
 
-		$html.='<div id="permalink" style="background: #FFFFFF url('.URL_IMG.'box/degrade_gris.png) repeat-x bottom;display:none;position:absolute;padding:8px;text-align:center;border:1px solid #C8C8C8">';
+		$html.='<div id="permalink" style="background: #FFFFFF; display:none;position:absolute;padding:8px;text-align:center;border:1px solid #C8C8C8">';
 		$html.= sprintf('<div style="float:left">%s</div>', $this->translate()->_('Lien permanent'));
 		$html.= sprintf('<div align="right"><a href="#" onclick="getId(\'permalink\').style.display=\'none\'">&raquo;&nbsp;%s</a></div>', 
 										$this->translate()->_('fermer cette fenêtre'));
-- 
GitLab