summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-30 09:49:43 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-30 09:49:43 +0000
commitb1411df894efaac82bf07367789080acd5335901 (patch)
treea860c1031cc602999273fa50784afbf7e27a36c7 /modules/system/system.admin.inc
parentfb9d45645091d92f0d42555f498a9f8855bc059b (diff)
downloadbrdo-b1411df894efaac82bf07367789080acd5335901.tar.gz
brdo-b1411df894efaac82bf07367789080acd5335901.tar.bz2
- Patch #293098 by boombatower: add missing label.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index d4e110801..fb58f660e 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -2091,7 +2091,7 @@ function theme_system_modules_fieldset($form) {
$row = array();
unset($module['enable']['#title']);
$row[] = array('class' => 'checkbox', 'data' => drupal_render($module['enable']));
- $row[] = '<strong>'. drupal_render($module['name']) .'</strong>';
+ $row[] = '<label for="' . $module['enable']['#id'] . '"><strong>' . drupal_render($module['name']) . '</strong></label>';
$row[] = drupal_render($module['version']);
$description = '';
// If we have help, it becomes the first part