From 9574766ad8f8810baf42a81ae105984254f0fc0a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 22:20:41 +0000 Subject: - Patch by Stefan: wrapped the help texts in

tags. Helps improve consistency. --- modules/node/node.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index f56379f04..741a946f0 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -47,13 +47,13 @@ function node_help($section) { return t('The core that allows content to be submitted to the site.'); case 'admin/node/configure': case 'admin/node/configure/settings': - return t('Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.'); + return t('

Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.

'); case 'admin/node': - return t('Below is a list of all of the posts on your site. Other forms of content are listed elsewhere (e.g. comments).
Clicking a title views the post, while clicking an author\'s name edits their user information.
Other post-related tasks are available from the menu.', array('%comments' => url('admin/comment'))); + return t('

Below is a list of all of the posts on your site. Other forms of content are listed elsewhere (e.g. comments).
Clicking a title views the post, while clicking an author\'s name edits their user information.
Other post-related tasks are available from the menu.

', array('%comments' => url('admin/comment'))); case 'admin/node/search': - return t('Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".'); + return t('

Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".

'); case 'admin/node/configure/defaults': - return t('This page lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this post publicly viewable, has it been published?
promote: Is this post to be promoted to the front page?
moderate: Does this post need approval before it can be viewed?
sticky: Is this post always visible at the top of lists?
revision: Will this post go into the revision system allowing multiple versions to be saved?'); + return t('

This page lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this post publicly viewable, has it been published?
promote: Is this post to be promoted to the front page?
moderate: Does this post need approval before it can be viewed?
sticky: Is this post always visible at the top of lists?
revision: Will this post go into the revision system allowing multiple versions to be saved?

'); } } -- cgit v1.2.3