? profiledraganddrop-2.patch
? profiledraganddrop.patch
? files/.htaccess
? sites/default/settings.php
Index: modules/profile/profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.231
diff -u -p -r1.231 profile.module
--- modules/profile/profile.module	14 Dec 2007 18:08:48 -0000	1.231
+++ modules/profile/profile.module	19 Dec 2007 17:55:22 -0000
@@ -44,7 +44,7 @@ function profile_help($path, $arg) {
       $output .= '<p>'. t('For more information, see the online handbook entry for <a href="@profile">Profile module</a>.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>';
       return $output;
     case 'admin/user/profile':
-      return '<p>'. t('The profile module allows custom fields (such as country, full name, or age) to be defined and displayed in the <em>My Account</em> section.') .'</p>';
+      return '<p>'. t("This page displays a list of the existing custom fields to be displayed on a user's <em>My Account</em> page. To provide structure, similar or related fields may be placed inside a category (add or edit categories by editing the <em>Category</em> option while editing a field). To change the category or order of a field, 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 <em>Save configuration</em> button at the bottom of the page.") .'</p>';
   }
 }
 
