Changeset 2171:bb80994ddeed for admin/js/_plugins.js
- Timestamp:
- 09/30/13 18:03:03 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_plugins.js
r2157 r2171 82 82 83 83 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>')); 85 85 } 86 86 if (details) { 87 87 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>'; 89 89 if (support) { 90 90 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>'; 92 92 } 93 93 $(dl).append($('<li>'+dotclear.msg.module_help+' '+dd+'</li>')); … … 104 104 105 105 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>')); 107 107 } 108 108 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>')); 110 110 } 111 111 $(td).append($(boxb).addClass('two-boxes').append(dlb));
Note: See TracChangeset
for help on using the changeset viewer.