Dotclear


Ignore:
Timestamp:
08/24/13 14:31:03 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Issue #1541: no combo box because only one action
deletion works without javascript (category that can received entries is not hidden)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_categories.js

    r1551 r1563  
    1818     }); 
    1919 
    20      $('#mov_cat').parent().hide(); 
    21      $('input[name="categories[]"]').click(function() { 
    22           if ($('input[name="categories[]"].notempty:checked').length>0) { 
    23                $('#mov_cat').parent().show().parent().removeClass('two-cols').addClass('three-cols'); 
    24           } else { 
    25                $('#mov_cat').parent().hide().parent().removeClass('three-cols').addClass('two-cols'); 
    26           } 
    27      }); 
    28  
    2920     dotclear.categoriesActionsHelper(); 
    3021 
Note: See TracChangeset for help on using the changeset viewer.

Sites map