- Patch #503822 by berenddeboer: remove drag and drop help text from menu page.

merge-requests/26/head
Dries Buytaert 2009-06-28 13:08:15 +00:00
parent 3bf1c719f5
commit 20825cde52
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ function menu_help($path, $arg) {
return $output; return $output;
case 'admin/build/menu/add': case 'admin/build/menu/add':
return '<p>' . t('Enter the name for your new menu. Remember to enable the newly created block in the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) . '</p>'; return '<p>' . t('Enter the name for your new menu. Remember to enable the newly created block in the <a href="@blocks">blocks administration page</a>.', array('@blocks' => url('admin/build/block'))) . '</p>';
case 'admin/build/menu-customize/%':
return '<p>' . t('To rearrange menu links, grab a drag-and-drop handle under the <em>Menu link</em> column and drag the link (or group of links) 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>';
case 'admin/build/menu/item/add': case 'admin/build/menu/item/add':
return '<p>' . t('Enter the title and path for your new menu link.') . '</p>'; return '<p>' . t('Enter the title and path for your new menu link.') . '</p>';
} }