- #19434: Improved forum admin texts.

4.7.x
Steven Wittens 2005-05-25 06:41:51 +00:00
parent 67ebcfd084
commit f3cbb10d8e
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ function forum_overview() {
}
}
else {
$rows[] = array(array('data' => t('There are no containers or forums.'), 'colspan' => 2));
$rows[] = array(array('data' => '<em>' . t('There are no existing containers or forums. You may add some on the <a href="%container">add container</a> or <a href="%forum">add forum</a> pages.', array('%container' => url('admin/forum/add/container'), '%forum' => url('admin/forum/add/forum'))) . '</em>', 'colspan' => 2));
}
return theme('table', $header, $rows);
}

View File

@ -263,7 +263,7 @@ function forum_overview() {
}
}
else {
$rows[] = array(array('data' => t('There are no containers or forums.'), 'colspan' => 2));
$rows[] = array(array('data' => '<em>' . t('There are no existing containers or forums. You may add some on the <a href="%container">add container</a> or <a href="%forum">add forum</a> pages.', array('%container' => url('admin/forum/add/container'), '%forum' => url('admin/forum/add/forum'))) . '</em>', 'colspan' => 2));
}
return theme('table', $header, $rows);
}