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

Correction fichier non-trouvé sur image de fond permalink

parent 155d6b0b
Branches
Tags
No related merge requests found
......@@ -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'));
......
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