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/page.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/page.module') diff --git a/modules/page.module b/modules/page.module index a6f81a100..6e33db148 100644 --- a/modules/page.module +++ b/modules/page.module @@ -4,7 +4,8 @@ $GLOBALS["format"] = array(0 => "HTML", 1 => "PHP", 2 => "text"); function page_node($field) { - $info = array("name" => "static page"); + $info["name"] = t("static page"); + $info["description"] = t("If you just want to add a static page with a link in the menu to your site, this would be the best choice. Unlike a story, a page by-passes the submission queue."); return $info[$field]; } -- cgit v1.2.3