- Patch #923274 by bleen18: empty vocab message has an incorrect colspan.

merge-requests/26/head
Dries Buytaert 2010-09-26 23:24:53 +00:00
parent 0a2faaa01b
commit 88bc80a597
1 changed files with 1 additions and 1 deletions

View File

@ -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'));