diff options
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 183a14ff7..05c6ec7c6 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -4,7 +4,6 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> <link rel="stylesheet" type="text/css" href="/mail.css" /> -<script type="text/javascript" src="/splitter.js"></script> </head> <body> @@ -55,22 +54,6 @@ attachmentIcon="/images/icons/attachment.png" /> </div> -<roundcube:if condition="config:preview_pane == true" /> -<script type="text/javascript"> - var mailviewsplit = new rcube_splitter({id:'mailviewsplitter', p1: 'mailcontframe', p2: 'mailpreviewframe', orientation: 'h'}); - rcmail.add_onload('mailviewsplit.init()'); -</script> -<div id="mailpreviewframe"> -<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> -</div> - -<style type="text/css"> -#mailcontframe { - bottom: auto; - height: 208px; -} -</style> -<roundcube:endif /> <div id="listcontrols"> <roundcube:label name="select" />: |