Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.13
diff -u -p -r1.13 system.admin.inc
--- modules/system/system.admin.inc	4 Oct 2007 18:51:04 -0000	1.13
+++ modules/system/system.admin.inc	17 Oct 2007 01:01:05 -0000
@@ -1926,7 +1926,7 @@ function theme_system_modules($form) {
       if (module_exists('throttle')) {
         $row[] = array('data' => drupal_render($form['throttle'][$key]), 'align' => 'center');
       }
-      $row[] = '<strong>'. drupal_render($form['name'][$key]) .'</strong>';
+      $row[] = array('data' => '<strong>'. drupal_render($form['name'][$key]) .'</strong>', 'id' => 'module-'. $key);
       $row[] = drupal_render($form['version'][$key]);
       $row[] = array('data' => $description, 'class' => 'description');
       $rows[] = $row;
