Changeset 2997:8f7c065a8639 for inc/admin/lib.moduleslist.php
- Timestamp:
- 04/21/15 20:01:46 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2849 r2997 671 671 $tds++; 672 672 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 674 684 } 675 685
Note: See TracChangeset
for help on using the changeset viewer.