mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Mobile theme W.I.P.:
- Disable crm view default action for mobile
This commit is contained in:
parent
a42a66ee52
commit
f1affcdd3e
@ -745,6 +745,8 @@ class addressbook_ui extends addressbook_bo
|
||||
{
|
||||
$actions['open']['onExecute'] = 'javaScript:app.addressbook.viewEntry';
|
||||
$actions['open']['mobileViewTemplate'] = 'view.xet';
|
||||
$actions['view']['default'] = false;
|
||||
$actions['open']['default'] = true;
|
||||
}
|
||||
//echo "<p>".__METHOD__."($do_email, $tid_filter, $org_view)</p>\n"; _debug_array($actions);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user