Add in splitter

This commit is contained in:
Nathan Gray 2013-02-22 16:05:43 +00:00
parent ff078c92e1
commit 06c1882273
2 changed files with 6 additions and 2 deletions

View File

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

View File

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