Mobile theme W.I.P.:

- Set right-header for mail index only for mobile theme
This commit is contained in:
Hadi Nategh 2015-11-17 09:07:01 +00:00
parent b2ccc2ad4c
commit e5ee34c006

View File

@ -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';