Changing project tabs order
This commit is contained in:
parent
2e117ffa26
commit
527efa9b29
2 changed files with 28 additions and 28 deletions
|
@ -49,7 +49,7 @@ function book_made_simple_menu()
|
|||
'access callback' => 'is_reorder_access',
|
||||
'access arguments' => array(1),
|
||||
'type' => MENU_LOCAL_TASK,
|
||||
'weight' => 2
|
||||
'weight' => 4
|
||||
); /*
|
||||
$items['node/%node/outline'] = array(
|
||||
'title' => 'Outline',
|
||||
|
|
|
@ -268,7 +268,7 @@ function stormtask_menu() {
|
|||
'access arguments' => array(1),
|
||||
'file' => 'stormtask.admin.inc',
|
||||
'type' => MENU_LOCAL_TASK,
|
||||
'weight' => 4
|
||||
'weight' => 5
|
||||
);
|
||||
$items['storm/project_tasks_js/%'] = array(
|
||||
'title' => 'Tasks',
|
||||
|
@ -293,7 +293,7 @@ function stormtask_menu() {
|
|||
'access arguments' => array('Storm task: access'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
'file' => 'stormtask.admin.inc',
|
||||
'weight' => 4,
|
||||
'weight' => 5,
|
||||
);
|
||||
|
||||
$items['admin/settings/suitedesk/task'] = array(
|
||||
|
|
Reference in a new issue