Set a new order for options in frontpage, shortcuts block and shortcuts main nodes
This commit is contained in:
parent
23702da60f
commit
214e32cfe9
57 changed files with 131 additions and 190 deletions
|
@ -1074,7 +1074,7 @@ function stormproject_storm_dashboard_links($type) {
|
|||
'node_type' => 'stormproject',
|
||||
'add_type' => 'stormproject',
|
||||
'map' => array(),
|
||||
'weight' => 4,
|
||||
'weight' => 40,
|
||||
);
|
||||
}
|
||||
return $links;
|
||||
|
|
|
@ -40,10 +40,10 @@ function theme_stormproject_view($node, $teaser = FALSE, $page = FALSE) {
|
|||
);
|
||||
|
||||
$node->content['links']['tasks'] = theme('storm_link', 'stormproject', 'stormtask', $node->nid, $l_pos++);
|
||||
$node->content['links']['tickets'] = theme('storm_link', 'stormproject', 'stormticket', $node->nid, $l_pos++);
|
||||
$node->content['links']['events'] = theme('storm_link', 'stormproject', 'stormevent', $node->nid, $l_pos++);
|
||||
$node->content['links']['doks'] = theme('storm_link', 'stormproject', 'stormdok', $node->nid, $l_pos++);
|
||||
$node->content['links']['notes'] = theme('storm_link', 'stormproject', 'stormnote', $node->nid, $l_pos++);
|
||||
$node->content['links']['events'] = theme('storm_link', 'stormproject', 'stormevent', $node->nid, $l_pos++);
|
||||
$node->content['links']['tickets'] = theme('storm_link', 'stormproject', 'stormticket', $node->nid, $l_pos++);
|
||||
$node->content['links']['expenses'] = theme('storm_link', 'stormproject', 'stormexpense', $node->nid, $l_pos++);
|
||||
$node->content['links']['invoices'] = theme('storm_link', 'stormproject', 'storminvoice', $node->nid, $l_pos++);
|
||||
$node->content['links']['timetrackings'] = theme('storm_link', 'stormproject', 'stormtimetracking', $node->nid, $l_pos++);
|
||||
|
|
Reference in a new issue