diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:14:19 +0000 |
commit | b004f328eec10308fe3b310c640d5f376241f4cd (patch) | |
tree | f92bde5cb09039f947505b35ef68134a409f83c6 /modules/upload/upload.module | |
parent | e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff) | |
download | brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2 |
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/upload/upload.module')
-rw-r--r-- | modules/upload/upload.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 43fb245fb..a3f18a27e 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -15,13 +15,6 @@ function upload_help($section) { case 'admin/help#upload': $output = '<p>'. t('The upload module allows users to upload files to the site. The ability to upload files to a site is important for members of a community who want to share work. It is also useful to administrators who want to keep uploaded files connected to a node or page.') .'</p>'; $output .= '<p>'. t('Users with the upload files permission can upload attachments. You can choose which post types can take attachments on the content types settings page. Each user role can be customized for the file size of uploads, and the dimension of image files.') .'</p>'; - $output .= t('<p>You can</p> -<ul> -<li>administer user permissions at <a href="@admin-access">administer >> user management >> access control</a>.</li> -<li>administer content at <a href="@admin-content-types">administer >> content management >> content types</a>.</li> -<li>administer upload at <a href="@admin-upload">administer >> site configuration >> file upload</a>.</li> -</ul> -', array('@admin-access' => url('admin/user/access'), '@admin-content-types' => url('admin/settings/types'), '@admin-upload' => url('admin/settings/upload'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@upload">Upload page</a>.', array('@upload' => 'http://drupal.org/handbook/modules/upload/')) .'</p>'; return $output; case 'admin/settings/upload': |