Index: modules/page.module =================================================================== RCS file: /cvs/drupal/drupal/modules/page.module,v retrieving revision 1.131 diff -u -F^f -r1.131 page.module --- modules/page.module 26 Jan 2005 23:09:29 -0000 1.131 +++ modules/page.module 7 Feb 2005 23:09:45 -0000 @@ -11,13 +11,6 @@ */ function page_help($section) { switch ($section) { - case 'admin/help#page': - return t(" -

The page module is used when you want to create content that optionally inserts a link into your navigation system. You can also, however, create pages that don't have this link by skipping the link text field in the page form. At this time, not all themes support the link insertion behavior. Some themes, like xtemplate, provide alternative mechanisms for link creation. Pages are also unique in that they shortcut the typical lifecycle of user generated content (i.e. submit -> moderate -> post -> comment).

-

User access permissions for pages

-

create pages: Allows a role to create pages. They cannot edit or delete pages, even if they are the authors. You must enable this permission to in order for a role to create a page.

-

edit own pages: Allows a role to add/edit pages if they own the page. Use this permission if you want users to be able to edit and maintain their own pages.

- "); case 'admin/modules#description': return t('Enables the creation of pages that can be added to the navigation system.'); case 'node/add#page':