- Patch #787944 by yoroy: weight items on the Reports overview page.

merge-requests/26/head
Dries Buytaert 2010-05-06 15:21:25 +00:00
parent 5436424a42
commit 87bdade9b9
2 changed files with 2 additions and 2 deletions

View File

@ -1008,7 +1008,7 @@ function system_menu() {
'title' => 'Status report',
'description' => "Get a status report about your site's operation and any detected problems.",
'page callback' => 'system_status',
'weight' => 10,
'weight' => -60,
'access arguments' => array('administer site configuration'),
'file' => 'system.admin.inc',
);

View File

@ -159,7 +159,7 @@ function update_menu() {
'description' => 'Get a status report about available updates for your installed modules and themes.',
'page callback' => 'update_status',
'access arguments' => array('administer site configuration'),
'weight' => 10,
'weight' => -50,
'file' => 'update.report.inc',
);
$items['admin/reports/updates/list'] = array(