comparison skins/classic/templates/messagepreview.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
14 <roundcube:button command="change-format" prop="text" image="/images/icons/text.png" width="15" height="15" title="changeformattext" id="changeformattext" /> 14 <roundcube:button command="change-format" prop="text" image="/images/icons/text.png" width="15" height="15" title="changeformattext" id="changeformattext" />
15 <roundcube:endif /> 15 <roundcube:endif />
16 <roundcube:if condition="env:optional_format=='html'" /> 16 <roundcube:if condition="env:optional_format=='html'" />
17 <roundcube:button command="change-format" prop="html" image="/images/icons/html.png" width="15" height="15" title="changeformathtml" id="changeformathtml" /> 17 <roundcube:button command="change-format" prop="html" image="/images/icons/html.png" width="15" height="15" title="changeformathtml" id="changeformathtml" />
18 <roundcube:endif /> 18 <roundcube:endif />
19 <roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" /> 19 <roundcube:if condition="!env:message_context">
20 <roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" />
21 <roundcube:endif />
20 </div> 22 </div>
21 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" /> 23 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
22 <roundcube:object name="messageFullHeaders" id="full-headers" /> 24 <roundcube:object name="messageFullHeaders" id="full-headers" />
23 <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" /> 25 <roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" />
24 </div> 26 </div>