forked from extern/egroupware
use show not view 4 links
This commit is contained in:
parent
ddd3abb719
commit
4603a28a8d
@ -76,9 +76,10 @@ class resources_hooks
|
|||||||
}
|
}
|
||||||
function search_link($args)
|
function search_link($args)
|
||||||
{
|
{
|
||||||
return array( 'query' => 'resources.bo_resources.link_query',
|
return array(
|
||||||
|
'query' => 'resources.bo_resources.link_query',
|
||||||
'title' => 'resources.bo_resources.link_title',
|
'title' => 'resources.bo_resources.link_title',
|
||||||
'view' => array('menuaction' => 'resources.ui_resources.view'),
|
'view' => array('menuaction' => 'resources.ui_resources.show'),
|
||||||
'view_id' => 'id'
|
'view_id' => 'id'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user