- Patch #34831 by asimmonds: added missing table header.
parent
f31db8d70f
commit
07ecb2abb0
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue