'#value'=>t('Primary links is a navigation system which usually (depending on your theme) appears at the top-right of the browser window. There are usually two rows of links, primary and secondary. You may control which links appear in this area by choosing a menu from which the links will be generated and then placing your links into the menu using the <a href="%menu">menu administration</a> or the \'Menu settings\' pane on each node authoring form.',array('%menu'=>url('admin/menu'))),
'#type'=>'markup',
'#value'=>t('Primary links is a navigation system which usually (depending on your theme) appears at the top-right of the browser window. There are usually two rows of links, primary and secondary. You may control which links appear in this area by choosing a menu from which the links will be generated and then placing your links into the menu using the <a href="%menu">menu administration</a> or the \'Menu settings\' pane on each edit node form.',array('%menu'=>url('admin/menu')))
'#description'=>t('If you select the same menu as primary links then secondary links will display the appropriate second level of your navigation hierarchy.'),
);
$form['settings_authoring']=array(
'#type'=>'fieldset',
'#title'=>t('Node authoring form settings'),
);
$form['settings_authoring']['intro']=array(
'#type'=>'item',
'#value'=>t('On each post authoring form there is a \'Menu settings\' pane. This setting allows you to limit what is displayed in the \'Parent item\' drop-down menu of that pane. This can be used to force new menu items to be created in the primary links menu or to hide admin menu items.'),
'#description'=>t('Choose the menu from which parent items will be made available. Only this menu item and its children will be shown.'),
'#description'=>t('If you select the same menu as primary links then secondary links will display the appropriate second level of your navigation hierarchy.')
'#description'=>t('The name to display for this link.'),
);
$form['menu']['title']=array('#type'=>'textfield','#title'=>t('Title'),'#default_value'=>$item['title'],'#description'=>t('The name to display for this link.'));
$form['menu']['description']=array(
'#type'=>'textfield',
'#title'=>t('Description'),
'#default_value'=>$item['description'],
'#size'=>60,
'#maxlength'=>128,
'#description'=>t('The description displayed when hovering over a menu item.'),
);
// Generate a list of possible parents. Exclude this item and its children.
'#value'=>t('You may also <a href="%menuitem">edit the advanced settings</a> for this menu item.',array('%menuitem'=>url("admin/menu/item/edit/{$item['mid']}"))),
);
$form['menu']['delete']=array('#type'=>'checkbox','#title'=>t('Check to delete this menu item.'),'#default_value'=>$item['delete']);
'#value'=>t('Primary links is a navigation system which usually (depending on your theme) appears at the top-right of the browser window. There are usually two rows of links, primary and secondary. You may control which links appear in this area by choosing a menu from which the links will be generated and then placing your links into the menu using the <a href="%menu">menu administration</a> or the \'Menu settings\' pane on each node authoring form.',array('%menu'=>url('admin/menu'))),
'#type'=>'markup',
'#value'=>t('Primary links is a navigation system which usually (depending on your theme) appears at the top-right of the browser window. There are usually two rows of links, primary and secondary. You may control which links appear in this area by choosing a menu from which the links will be generated and then placing your links into the menu using the <a href="%menu">menu administration</a> or the \'Menu settings\' pane on each edit node form.',array('%menu'=>url('admin/menu')))
'#description'=>t('If you select the same menu as primary links then secondary links will display the appropriate second level of your navigation hierarchy.'),
);
$form['settings_authoring']=array(
'#type'=>'fieldset',
'#title'=>t('Node authoring form settings'),
);
$form['settings_authoring']['intro']=array(
'#type'=>'item',
'#value'=>t('On each post authoring form there is a \'Menu settings\' pane. This setting allows you to limit what is displayed in the \'Parent item\' drop-down menu of that pane. This can be used to force new menu items to be created in the primary links menu or to hide admin menu items.'),
'#description'=>t('Choose the menu from which parent items will be made available. Only this menu item and its children will be shown.'),
'#description'=>t('If you select the same menu as primary links then secondary links will display the appropriate second level of your navigation hierarchy.')
'#description'=>t('The name to display for this link.'),
);
$form['menu']['title']=array('#type'=>'textfield','#title'=>t('Title'),'#default_value'=>$item['title'],'#description'=>t('The name to display for this link.'));
$form['menu']['description']=array(
'#type'=>'textfield',
'#title'=>t('Description'),
'#default_value'=>$item['description'],
'#size'=>60,
'#maxlength'=>128,
'#description'=>t('The description displayed when hovering over a menu item.'),
);
// Generate a list of possible parents. Exclude this item and its children.
'#value'=>t('You may also <a href="%menuitem">edit the advanced settings</a> for this menu item.',array('%menuitem'=>url("admin/menu/item/edit/{$item['mid']}"))),
);
$form['menu']['delete']=array('#type'=>'checkbox','#title'=>t('Check to delete this menu item.'),'#default_value'=>$item['delete']);