From e1cf88e7f8232a57a9d28ac80f93ecb00195b329 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Nov 2004 10:02:06 +0000 Subject: - Modified patch #11840 by Stefan: added conctext-sensitive help text to the 'revision'-page. --- modules/node.module | 4 ++++ modules/node/node.module | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'modules') diff --git a/modules/node.module b/modules/node.module index 718e34ac2..5302b20fd 100644 --- a/modules/node.module +++ b/modules/node.module @@ -55,6 +55,10 @@ function node_help($section) { 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?

'); } + + if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'revisions') { + return t('The revisions let you track differences between multiple versions of a post.'); + } } /** diff --git a/modules/node/node.module b/modules/node/node.module index 718e34ac2..5302b20fd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -55,6 +55,10 @@ function node_help($section) { 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?

'); } + + if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'revisions') { + return t('The revisions let you track differences between multiple versions of a post.'); + } } /** -- cgit v1.2.3