From f0b1d9f8d3070c82bc067522f1e63210017c0ac7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 22 Aug 2008 12:30:19 +0000 Subject: - Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place. --- modules/update/update.module | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index 87f3b9a3c..8a08f986c 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -123,18 +123,12 @@ function update_menu() { 'access arguments' => array('administer site configuration'), 'weight' => 10, ); - $items['admin/reports/updates/list'] = array( - 'title' => 'List', - 'page callback' => 'update_status', - 'access arguments' => array('administer site configuration'), - 'type' => MENU_DEFAULT_LOCAL_TASK, - ); - $items['admin/reports/updates/settings'] = array( - 'title' => 'Settings', + $items['admin/settings/updates'] = array( + 'title' => 'Updates', + 'description' => 'Change frequency of checks for available updates to your installed modules and themes, and how you would like to be notified.', 'page callback' => 'drupal_get_form', 'page arguments' => array('update_settings'), 'access arguments' => array('administer site configuration'), - 'type' => MENU_LOCAL_TASK, ); $items['admin/reports/updates/check'] = array( 'title' => 'Manual update check', -- cgit v1.2.3