mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Mobile theme W.I.P.:
- Set right-header for mail index only for mobile theme
This commit is contained in:
parent
b2ccc2ad4c
commit
e5ee34c006
@ -436,9 +436,10 @@ class mail_ui
|
||||
'actions' => self::get_actions(),
|
||||
'row_id' => 'row_id', // is a concatenation of trim($GLOBALS['egw_info']['user']['account_id']):profileID:base64_encode(FOLDERNAME):uid
|
||||
'placeholder_actions' => array('composeasnew'),
|
||||
'header_row' => 'mail.mobile_index.header_right'
|
||||
|
||||
);
|
||||
}
|
||||
if (html::$ua_mobile) $content[self::$nm_index]['header_row'] = 'mail.mobile_index.header_right';
|
||||
}
|
||||
|
||||
$content[self::$nm_index]['get_rows'] = 'mail_ui::get_rows';
|
||||
|
Loading…
Reference in New Issue
Block a user