Mercurial > hg > rc2
comparison skins/larry/templates/messageerror.html @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
8 <body class="iframe fullheight"> | 8 <body class="iframe fullheight"> |
9 | 9 |
10 <div id="mainscreen" class="watermark" style="top:0"></div> | 10 <div id="mainscreen" class="watermark" style="top:0"></div> |
11 | 11 |
12 <roundcube:else /> | 12 <roundcube:else /> |
13 <body> | 13 <body class="<roundcube:exp expression="env:extwin ? 'extwin' : ''" />"> |
14 | 14 |
15 <roundcube:include file="/includes/header.html" /> | 15 <roundcube:include file="/includes/header.html" /> |
16 | 16 |
17 <div id="mainscreen"> | 17 <div id="mainscreen"> |
18 | 18 |
38 | 38 |
39 </div> | 39 </div> |
40 | 40 |
41 <div id="mailview-right" class="uibox"> | 41 <div id="mailview-right" class="uibox"> |
42 | 42 |
43 <div id="messagecontent" class="watermark"></div> | 43 <div id="messagecontent" class="watermark" style="top:0"></div> |
44 | 44 |
45 </div><!-- end mailview-right --> | 45 </div><!-- end mailview-right --> |
46 | 46 |
47 </div><!-- end mainscreencontent --> | 47 </div><!-- end mainscreencontent --> |
48 | 48 |