forked from extern/egroupware
Add in splitter
This commit is contained in:
parent
ff078c92e1
commit
06c1882273
@ -146,6 +146,7 @@ class mail_ui
|
||||
unset($msg);
|
||||
unset($content['msg']);
|
||||
}
|
||||
$content['preview'] = "<html><body style='background-color: pink;'/></html>";
|
||||
$this->mail_bo->restoreSessionData();
|
||||
|
||||
// filter is used to choose the mailbox
|
||||
|
@ -40,6 +40,9 @@
|
||||
<template id="mail.index" template="" lang="" group="0" version="1.9.001">
|
||||
<tree autoloading="mail.mail_ui.ajax_foldertree" id="nm[foldertree]" onclick="mail_changeFolder(widget.event_args[0],widget);" parent_node="tree_target"/>
|
||||
<html id="msg"/>
|
||||
<nextmatch id="nm" options="mail.index.rows"/>
|
||||
<split id="splitter" orientation="h" dock_side="bottomDock">
|
||||
<nextmatch id="nm" options="mail.index.rows"/>
|
||||
<iframe id="preview"/>
|
||||
</split>
|
||||
</template>
|
||||
</overlay>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user