Issue #184010 by webchick, catch, bdone, Pasqualle, lilou, cafuego, Elvar: Add #anchors to modules administration page.

8.0.x
catch 2013-01-04 12:49:38 +00:00
parent 3ff387b4cc
commit 99b26ea898
1 changed files with 1 additions and 1 deletions

View File

@ -2336,7 +2336,7 @@ function theme_system_modules_details($variables) {
$row[] = array('class' => array('checkbox'), 'data' => drupal_render($module['enable']));
// Add the module label and expand/collapse functionalty.
$col2 = '<label for="' . $module['enable']['#id'] . '" class="module-name">' . drupal_render($module['name']) . '</label>';
$col2 = '<label id="' . $key . '" for="' . $module['enable']['#id'] . '" class="module-name">' . drupal_render($module['name']) . '</label>';
$row[] = array('class' => array('module'), 'data' => $col2);
// Add the description, along with any modules it requires.