From ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 21:31:52 +0000 Subject: #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. --- modules/field/field.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.module') diff --git a/modules/field/field.module b/modules/field/field.module index 070b4e521..4f3518007 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -147,7 +147,7 @@ function field_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Enabling field types') . '
'; - $output .= '
' . t('The Field module provides the infrastructure for fields and field attachment; the field types and input widgets themselves are provided by additional modules. Some of the modules are required; the optional modules can be enabled from the Modules administration page. Drupal core includes the following field type modules: Number (required), Text (required), List (required), Taxonomy (optional), Image (optional), and File (optional); the required Options module provides input widgets for other field modules. Additional fields and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org. Currently enabled field and input widget modules:', array('@modules' => url('admin/config/modules'), '@contrib' => 'http://drupal.org/project/modules', '@options' => url('admin/help/options'))); + $output .= '
' . t('The Field module provides the infrastructure for fields and field attachment; the field types and input widgets themselves are provided by additional modules. Some of the modules are required; the optional modules can be enabled from the Modules administration page. Drupal core includes the following field type modules: Number (required), Text (required), List (required), Taxonomy (optional), Image (optional), and File (optional); the required Options module provides input widgets for other field modules. Additional fields and widgets may be provided by contributed modules, which you can find in the contributed module section of Drupal.org. Currently enabled field and input widget modules:', array('@modules' => url('admin/modules'), '@contrib' => 'http://drupal.org/project/modules', '@options' => url('admin/help/options'))); // Make a list of all widget and field modules currently enabled, in // order by displayed module name (module names are not translated). -- cgit v1.2.3