From 515f7b41f16af341b345f553ec5409f973edd581 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 29 Jul 2005 03:49:16 +0000 Subject: - #27707: Use local tasks for book administration --- modules/book.module | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index cbe8f1635..bdc781903 100644 --- a/modules/book.module +++ b/modules/book.module @@ -91,12 +91,17 @@ function book_menu($may_cache) { 'title' => t('books'), 'callback' => 'book_admin', 'access' => user_access('administer nodes'), - 'weight' => 4); + 'type' => MENU_LOCAL_TASK, + 'weight' => -1); + $items[] = array( + 'path' => 'admin/node/book/list', + 'title' => t('list'), + 'type' => MENU_DEFAULT_LOCAL_TASK); $items[] = array( 'path' => 'admin/node/book/orphan', 'title' => t('orphan pages'), 'callback' => 'book_admin_orphan', - 'access' => user_access('administer nodes'), + 'type' => MENU_LOCAL_TASK, 'weight' => 8); $items[] = array('path' => 'book', 'title' => t('books'), 'callback' => 'book_render', -- cgit v1.2.3