Dotclear


Ignore:
Timestamp:
04/21/15 20:01:46 (10 years ago)
Author:
Dsls
Branch:
default
Message:

First step in modules dependencies management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.moduleslist.php

    r2849 r2997  
    671671                    $tds++; 
    672672                    echo 
    673                     '<td class="module-desc maximal">'.html::escapeHTML(__($module['desc'])).'</td>'; 
     673                    '<td class="module-desc maximal">'.html::escapeHTML(__($module['desc'])); 
     674                    if (in_array('deps', $cols)) { 
     675 
     676                         if (isset($module['disable_also'])) { 
     677                              echo 
     678                              '<br/><span class="info">'.__('Disabling or removing this plugin will also disable the following plugins: '). 
     679                              join(',',$module['disable_also']).'</span>'; 
     680                         } 
     681                    } 
     682                    echo '</td>'; 
     683 
    674684               } 
    675685 
Note: See TracChangeset for help on using the changeset viewer.

Sites map