- Patch #297207 by kscheirer and TapocoL: move update notification settings to more visible place.

merge-requests/26/head
Dries Buytaert 2008-08-22 12:30:19 +00:00
parent 69e6f411a9
commit f0b1d9f8d3
1 changed files with 3 additions and 9 deletions

View File

@ -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',