From fd7e7eb55e244babc36daa177b4891b12670a58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 18:31:29 +0000 Subject: #202397 by keith.smith: document profile module drag and drop in help text and add info on how categories come to life / can be edited --- modules/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index df915f7e7..297d6c0ab 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -44,7 +44,7 @@ function profile_help($path, $arg) { $output .= '

'. t('For more information, see the online handbook entry for Profile module.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'

'; return $output; case 'admin/user/profile': - return '

'. t('The profile module allows custom fields (such as country, full name, or age) to be defined and displayed in the My Account section.') .'

'; + return '

'. t("This page displays a list of the existing custom profile fields to be displayed on a user's My Account page. To provide structure, similar or related fields may be placed inside a category. To add a new category (or edit an existing one), edit a profile field and provide a new category name. To change the category of a field or the order of fields within a category, grab a drag-and-drop handle under the Title column and drag the field to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.") .'

'; } } -- cgit v1.2.3