Dotclear


Ignore:
Timestamp:
09/30/13 18:03:03 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
dcRepo
Message:

Revamp blog themes manager using new dcRepository stuff (no js and no css), and some dcModulesList enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_plugins.js

    r2157 r2171  
    8282                                 
    8383                                if (author) { 
    84                                         $(dl).append($('<li>'+dotclear.msg.module_author+' '+author+'</li>')); 
     84                                        $(dl).append($('<li class="module-author">'+dotclear.msg.module_author+' '+author+'</li>')); 
    8585                                } 
    8686                                if (details) { 
    8787                                        var dd = ''; 
    88                                         dd += '<a class="details" href="'+details+'">'+dotclear.msg.module_details+'</a>'; 
     88                                        dd += '<a class="module-details" href="'+details+'">'+dotclear.msg.module_details+'</a>'; 
    8989                                        if (support) { 
    9090                                                dd += ' - '; 
    91                                                 dd += '<a class="support" href="'+support+'">'+dotclear.msg.module_support+'</a>'; 
     91                                                dd += '<a class="module-support" href="'+support+'">'+dotclear.msg.module_support+'</a>'; 
    9292                                        } 
    9393                                        $(dl).append($('<li>'+dotclear.msg.module_help+' '+dd+'</li>')); 
     
    104104                                 
    105105                                if (section) { 
    106                                         $(dlb).append($('<li>'+dotclear.msg.module_section+' '+section+'</li>')); 
     106                                        $(dlb).append($('<li class="module-section">'+dotclear.msg.module_section+' '+section+'</li>')); 
    107107                                } 
    108108                                if (tags) { 
    109                                         $(dlb).append($('<li>'+dotclear.msg.module_tags+' '+tags+'</li>')); 
     109                                        $(dlb).append($('<li class="module-tags">'+dotclear.msg.module_tags+' '+tags+'</li>')); 
    110110                                } 
    111111                                $(td).append($(boxb).addClass('two-boxes').append(dlb)); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map