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

Skin: ajout de class css sur kiosque liste vignette + modif global.js pour recharger du js de skin

parent f51c34f0
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ class ZendAfi_View_Helper_Notice_Entete extends Zend_View_Helper_HtmlElement {
$i=0;
foreach($libelles_valeurs as $libelle => $valeur){
$class = is_odd($i) ? 'second' : 'first' ;
$html.= '<dt class="'.$class.'">'.$libelle.'</dt>';
$html.= '<dt class="'.$class.' '.str_replace('é','e',strtolower(str_replace(['(',')'], '',$libelle))).'">'.$libelle.'</dt>';
$html.= '<dd class="'.$class.'">';
$html.= $this->getValeurHtml($valeur);
$i++;
......
......@@ -307,6 +307,9 @@ function openIFrameDialog(url, title) {
if (initializeNoticeMurAnimation == undefined) {
var initializeNoticeMurAnimation = function() {
if ( typeof initializeVignetteSupportKiosque !== 'undefined'){
initializeVignetteSupportKiosque();
}
$(".liste_mur .notice_wrapper").mouseenter(function(){
var wrapper = $(this);
var thumbnail = wrapper.find('a img').add($(this).find('.nothumbnail_wrapper'));
......
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