mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Do not apply mail horizontal template in mobile view
This commit is contained in:
parent
08f7463482
commit
47daa738d0
@ -610,7 +610,7 @@ class mail_ui
|
||||
case "expand":
|
||||
case "fixed":
|
||||
$etpl->setElementAttribute('mailSplitter', 'orientation', 'h');
|
||||
$etpl->setElementAttribute('nm', 'template', 'mail.index.rows.horizental');
|
||||
if (!Api\Header\UserAgent::mobile()) $etpl->setElementAttribute('nm', 'template', 'mail.index.rows.horizental');
|
||||
break;
|
||||
default:
|
||||
$etpl->setElementAttribute('mailSplitter', 'orientation', 'v');
|
||||
|
Loading…
Reference in New Issue
Block a user