Skip to content
Snippets Groups Projects
Commit 493ff1cd authored by gloas's avatar gloas
Browse files

Ajout balise span dans le titre des block sur la page notice

parent 6fc6140b
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ class ZendAfi_View_Helper_Notice_Blocs extends ZendAfi_View_Helper_Notice_Abstra
// Titre
$html.='<div class="'.$type.' block_info_notice">';
$html.='<div id="'.$id_bloc.'" class="notice_bloc_titre"><img id="I'.$id_bloc.'" src="'.URL_IMG.'bouton/plus_carre.gif" alt="Déplier" />'.$bloc->getLibelle().'</div>';
$html.='<div id="'.$id_bloc.'" class="notice_bloc_titre"><img id="I'.$id_bloc.'" src="'.URL_IMG.'bouton/plus_carre.gif" alt="Déplier" /><span>'.$bloc->getLibelle().'</span></div>';
$html.='<div id="'.$id_bloc.'_contenu_row"></div>';
$html.= '<div id="'.$id_bloc.'_contenu" class="notice_bloc">';
$html.= '<div class="notice_patience" ><img src="'.URL_IMG.'patience.gif" alt="'.$this->_('Chargement en cours').'" />';
......
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