Dotclear

Changeset 2193:54b265ee1d39


Ignore:
Timestamp:
10/01/13 22:43:07 (10 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
dcRepo
Message:

And a double toogle for Mrs Kozlika

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_blog_theme.js

    r2192 r2193  
    11$(function() { 
    22     $('.module-name').not('.current-theme .module-name').each(function(){ 
    3           $(this).toggleWithLegend($(this).parent().children('.module-infos'),{legend_click: true}); 
     3          $(this) 
     4               .toggleWithLegend($(this).parent().children('.module-infos'),{legend_click: true}) 
     5               .toggleWithLegend($(this).parent().children('.module-actions'),{legend_click: true, 
     6                    img_on_src: '', img_on_alt: '', img_off_src: '', img_off_alt: ''}); 
    47     }); 
    58/* Exemple for toggle on screenshot 
  • inc/admin/lib.moduleslist.php

    r2192 r2193  
    937937 
    938938               $line .=  
    939                '<div class="modules-actions">'; 
     939               '<div class="module-actions">'; 
    940940                
    941941               # _GET actions 
Note: See TracChangeset for help on using the changeset viewer.

Sites map