thomascube
2012-02-29 7a32e9c7e82a884d58ec2774d0148e5075a4791c
skins/larry/templates/mail.html
@@ -10,9 +10,8 @@
   #mailpreviewframe { display: block; }
<roundcube:endif />
</style>
</head>
<body>
<body class="noscroll">
<roundcube:include file="/includes/header.html" />
@@ -35,7 +34,7 @@
<div class="boxfooter">
   <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="listbutton groupactions" onclick="UI.show_popup('mailboxmenu');return false" innerClass="inner" content="&#9881;" />
   <roundcube:if condition="env:quota" />
      <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" />
      <roundcube:object name="quotaDisplay" id="quotadisplay" class="countdisplay" display="text" />
   <roundcube:endif />
</div>
</div>
@@ -46,7 +45,7 @@
<!-- search filter -->
<div id="searchfilter">
   <roundcube:object name="searchfilter" class="searchfilter selector" />
   <roundcube:object name="searchfilter" class="searchfilter decorated" />
</div>
<!-- toolbar -->
@@ -85,10 +84,12 @@
   <div id="countcontrols" class="pagenav dark">
      <roundcube:object name="messageCountDisplay" class="countdisplay" />
      <span class="pagenavbuttons">
      <roundcube:button command="firstpage" type="link" class="button firstpage disabled" classAct="button firstpage" classSel="button firstpage pressed" innerClass="inner" title="firstpage" content="|&amp;lt;" />
      <roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&amp;lt;" />
      <roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&amp;gt;" />
      <roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&amp;gt;|" />
      </span>
   </div>
   <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a>
@@ -99,7 +100,7 @@
<div id="mailview-bottom" class="uibox">
<div id="mailpreviewframe">
<roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" src="/watermark.html" />
<roundcube:object name="messagecontentframe" id="messagecontframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
</div>
<roundcube:object name="message" id="message" class="statusbar" />