mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +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 "expand":
|
||||||
case "fixed":
|
case "fixed":
|
||||||
$etpl->setElementAttribute('mailSplitter', 'orientation', 'h');
|
$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;
|
break;
|
||||||
default:
|
default:
|
||||||
$etpl->setElementAttribute('mailSplitter', 'orientation', 'v');
|
$etpl->setElementAttribute('mailSplitter', 'orientation', 'v');
|
||||||
|
Loading…
Reference in New Issue
Block a user