$caption='<p>'.t('This action cannot be undone.').'</p>';
returnconfirm_form($form,t('Are you sure you want to delete the muchomenu %title?',array('%title'=>$menu['title'])),'admin/structure/menu/muchomenu-customize/'.$menu['id'],$caption,t('Delete'));
returnconfirm_form($form,t('Are you sure you want to delete the muchomenu %title?',array('%title'=>$menu['title'])),'admin/structure/menu/muchomenu/muchomenu-customize/'.$menu['id'],$caption,t('Delete'));
'#description'=>t('The path this menu item links to. 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')),
returnconfirm_form($form,t('Are you sure you want to delete the muchomenu item %item?',array('%item'=>$item['title'])),'admin/structure/menu/muchomenu-customize/'.$menu_id);
returnconfirm_form($form,t('Are you sure you want to delete the muchomenu item %item?',array('%item'=>$item['title'])),'admin/structure/menu/muchomenu/muchomenu-customize/'.$menu_id);
}
/**
...
...
@@ -518,7 +530,7 @@ function muchomenu_item_delete_form_submit($form, &$form_state) {
->execute();
drupal_set_message(t('The muchomenu item %title has been deleted.',array('%title'=>$item['title'])));