source: subversion/trunk/roundcubemail/skins/default/templates/messagepreview.html @ 4455

Last change on this file since 4455 was 4455, checked in by thomasb, 2 years ago

Separate full message headers UI element from headers table (#1487715) + Remove double borders in folder listing (#1487713)

File size: 940 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6</head>
7<body class="iframe">
8
9<div class="messageheaderbox">
10<roundcube:button command="permaurl" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" />
11<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
12<roundcube:object name="messageFullHeaders" id="full-headers" />
13<roundcube:object name="messageAttachments" id="attachment-list" />
14</div>
15
16<roundcube:object name="blockedObjects" id="remote-objects-message" />
17<roundcube:object name="messageBody" id="messagebody" />
18
19</body>
20</html>
Note: See TracBrowser for help on using the repository browser.