diff options
author | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-14 23:13:38 +0000 |
commit | b540ed15a30cd9379df7feb62b0ae81a8a111e9c (patch) | |
tree | 1059706e04f4b9af5be10e7f2a16f14a6830db13 /skins/larry/templates/mail.html | |
parent | bd9190a660151c16af40c29ed63309a08fa7db04 (diff) |
Larry is growing up
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index cbaf740f8..88b7c5840 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -3,6 +3,14 @@ <head> <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> +<style type="text/css"> +<roundcube:if condition="config:preview_pane == true" /> + #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-38 : 300" />px; } + #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 320" />px; height: auto; } + #mailpreviewframe { display: block; } +<roundcube:endif /> +</style> + </head> <body> @@ -74,8 +82,9 @@ </div><!-- end mailview-top --> <div id="mailview-bottom" class="uibox"> -<div id="mailpreviewframe"> +<div id="mailpreviewframe"> +<roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" src="/watermark.html" /> </div> <roundcube:object name="message" id="message" class="statusbar" /> @@ -105,7 +114,7 @@ </div> <div id="mailboxmenu" class="popupmenu"> - <ul class="toolbarmenu"> + <ul class="toolbarmenu" id="mailboxoptionsmenu"> <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> |