From 234b40b25321e6ddde6815f8fff6dc33fd3317bc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Nov 2001 18:14:46 +0000 Subject: - node system: + Added the "delete node"-link: apparently it got lost during the last commit. Odd. + Changed "Edit node" to "Edit " on the 'edit node'-page of the admin section. (There a 4 "Node"s that still need to be removed though.) + Updated the initial submission page (the old submit.php) to include some descriptions. --- modules/book.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 129857251..8cc5692e1 100644 --- a/modules/book.module +++ b/modules/book.module @@ -4,7 +4,8 @@ function book_node($field) { global $user; - $info = array("name" => "book page"); + $info["name"] = t("book page"); + $info["description"] = t("A book is a collaborative effort on a certain subject. Users collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. You can add a new book page or you can modify existing pages."); return $info[$field]; } -- cgit v1.2.3