More accesibility improvements

This commit is contained in:
Manuel Cillero 2017-09-01 08:02:53 +02:00
parent b3f2e096e1
commit 2e117ffa26
5 changed files with 11 additions and 8 deletions

View file

@ -124,7 +124,7 @@ function book_menu() {
'access callback' => '_book_outline_access',
'access arguments' => array(1),
'type' => MENU_LOCAL_TASK,
'weight' => 2,
'weight' => 3,
'file' => 'book.pages.inc',
);
$items['node/%node/outline/remove'] = array(
@ -1099,4 +1099,3 @@ function book_menu_subtree_data($item) {
return $tree[$cid];
}