- Patch #34831 by asimmonds: added missing table header.

4.7.x
Dries Buytaert 2005-10-22 14:17:11 +00:00
parent f31db8d70f
commit 07ecb2abb0
2 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,7 @@ function theme_system_user($form) {
$rows[] = $row;
}
$header = array(t('Screenshot'), t('Name'), t('Selected'));
$output = theme('table', $header, $rows);
return $output;
}

View File

@ -206,6 +206,7 @@ function theme_system_user($form) {
$rows[] = $row;
}
$header = array(t('Screenshot'), t('Name'), t('Selected'));
$output = theme('table', $header, $rows);
return $output;
}