- #19434: Improved forum admin texts.
parent
67ebcfd084
commit
f3cbb10d8e
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue