From c6d841c0963ff151232c2ae23b997a5b36c680eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 13 Dec 2007 09:34:40 +0000 Subject: #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc --- modules/help/help.module | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index cd18f9322..2189b83ff 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -37,19 +37,10 @@ function help_menu() { function help_help($path, $arg) { switch ($path) { case 'admin/help': - $output = t('

This guide explains what the various modules in Drupal do and how to configure them. Additionally, you will find a glossary of basic Drupal terminology to help get you started.

-

It is not a substitute for the Drupal handbook available online and should be used in conjunction with it. The online reference handbook might be more up-to-date and has helpful user-contributed comments. It is your definitive reference point for all Drupal documentation.

-', array('@Drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook')); + $output = '

'. t('This guide provides context sensitive help on the use and configuration of Drupal and its modules, and is a supplement to the more extensive online Drupal handbook. The online handbook may contain more up-to-date information, is annotated with helpful user-contributed comments, and serves as the definitive reference point for all Drupal documentation.', array('@drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook')) .'

'; return $output; case 'admin/help#help': - $output = '

'. t('The help module displays context sensitive help information. Users can learn how to use modules and accomplish tasks quicker with less errors by clicking on links in provided by the help module.') .'

'; - $output .= t("

Modules can make documentation available to other modules with this module. All user help should be presented using this module. Some examples of help:

- -", array('@help' => url('admin/help'))); + $output = '

'. t('The help module provides context sensitive help on the use and configuration of Drupal and its modules, and is a supplement to the more extensive online Drupal handbook. The online handbook may contain more up-to-date information, is annotated with helpful user-contributed comments, and serves as the definitive reference point for all Drupal documentation.', array('@drupal' => 'http://drupal.org', '@handbook' => 'http://drupal.org/handbook')) .'

'; $output .= '

'. t('For more information please read the configuration and customization handbook Help page.', array('@help' => 'http://drupal.org/handbook/modules/help/')) .'

'; return $output; } -- cgit v1.2.3