Dotclear

Changeset 1531:18a9e84c04e3 for admin/js


Ignore:
Timestamp:
08/23/13 11:15:23 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Issue #1541 : categories with entries could be deleted and entries can be moved to another category.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_categories.js

    r1525 r1531  
    33     $('.checkboxes-helpers').each(function() { 
    44          dotclear.checkboxesHelpers(this); 
     5     }); 
     6 
     7     $('#mov_cat').parent().hide(); 
     8     $('input[name="categories[]"]').click(function() { 
     9          $('#mov_cat').parent().parent().removeClass('two-cols').addClass('three-cols'); 
     10          $('#mov_cat').parent().show(); 
    511     }); 
    612 
Note: See TracChangeset for help on using the changeset viewer.

Sites map