- Patch #923274 by bleen18: empty vocab message has an incorrect colspan.
parent
0a2faaa01b
commit
88bc80a597
|
@ -627,7 +627,7 @@ function theme_taxonomy_overview_terms($variables) {
|
|||
}
|
||||
|
||||
if (empty($rows)) {
|
||||
$rows[] = array(array('data' => $form['#empty_text'], 'colspan' => '2'));
|
||||
$rows[] = array(array('data' => $form['#empty_text'], 'colspan' => '3'));
|
||||
}
|
||||
|
||||
$header = array(t('Name'), t('Weight'), t('Operations'));
|
||||
|
|
Loading…
Reference in New Issue