Issue #184010 follow-up by sun: Rename #anchors on modules administration page to include a prefix.

8.0.x
webchick 2013-04-05 09:04:10 -07:00
parent 12b09da4bf
commit fdebcfe614
1 changed files with 1 additions and 1 deletions

View File

@ -2424,7 +2424,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 id="' . $key . '" for="' . $module['enable']['#id'] . '" class="module-name table-filter-text-source">' . drupal_render($module['name']) . '</label>';
$col2 = '<label id="module-' . $key . '" for="' . $module['enable']['#id'] . '" class="module-name table-filter-text-source">' . drupal_render($module['name']) . '</label>';
$row[] = array('class' => array('module'), 'data' => $col2);
// Add the description, along with any modules it requires.