summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-05-25 06:41:51 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-05-25 06:41:51 +0000
commitf3cbb10d8ebff6ff0c275c817df1e187da8e3128 (patch)
tree8d38519334e2629892667a771c98d1cbfd9b68b6 /modules
parent67ebcfd08449e5722126b1b158928e747e46591f (diff)
downloadbrdo-f3cbb10d8ebff6ff0c275c817df1e187da8e3128.tar.gz
brdo-f3cbb10d8ebff6ff0c275c817df1e187da8e3128.tar.bz2
- #19434: Improved forum admin texts.
Diffstat (limited to 'modules')
-rw-r--r--modules/forum.module2
-rw-r--r--modules/forum/forum.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum.module b/modules/forum.module
index 0b4b6cb2d..f117f6c80 100644
--- a/modules/forum.module
+++ b/modules/forum.module
@@ -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);
}
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 0b4b6cb2d..f117f6c80 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -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);
}