- Patch #1237290 by e-anima, dereine, xjm: menu path length fix.

merge-requests/26/head
Dries Buytaert 2011-09-11 16:58:50 -04:00
parent d9a044126f
commit 7d490ac8f7
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ function menu_edit_item($form, &$form_state, $type, $item, $menu) {
$form['link_path'] = array(
'#type' => 'textfield',
'#title' => t('Path'),
'#maxlength' => 255,
'#default_value' => $path,
'#description' => t('The path for this menu link. This can be an internal Drupal path such as %add-node or an external URL such as %drupal. Enter %front to link to the front page.', array('%front' => '<front>', '%add-node' => 'node/add', '%drupal' => 'http://drupal.org')),
'#required' => TRUE,