Mercurial > hg > rc2
comparison skins/larry/templates/messagepreview.html @ 8:bf99236cc5cd
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 |
|---|---|
| 13 <h2 id="aria-label-messagetoolbar" class="voice"><roundcube:label name="arialabelmessageactions" /></h2> | 13 <h2 id="aria-label-messagetoolbar" class="voice"><roundcube:label name="arialabelmessageactions" /></h2> |
| 14 <roundcube:if condition="env:optional_format=='text'" /> | 14 <roundcube:if condition="env:optional_format=='text'" /> |
| 15 <span class="buttongroup"> | 15 <span class="buttongroup"> |
| 16 <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button changeformat text pressed" innerClass="icon" title="changeformattext" content="Text" /> | 16 <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button changeformat text pressed" innerClass="icon" title="changeformattext" content="Text" /> |
| 17 </span> | 17 </span> |
| 18 <roundcube:elseif condition="env:optional_format=='html'" /> | |
| 18 | 19 |
| 19 <roundcube:elseif condition="env:optional_format=='html'" /> | |
| 20 <span class="buttongroup"> | 20 <span class="buttongroup"> |
| 21 <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button changeformat html pressed" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="icon" title="changeformattext" content="Text" /> | 21 <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button changeformat html pressed" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="icon" title="changeformattext" content="Text" /> |
| 22 </span> | 22 </span> |
| 23 <roundcube:endif /> | |
| 24 <roundcube:if condition="env:mailbox != config:drafts_mbox || env:message_context"> | |
| 23 | 25 |
| 24 <roundcube:endif /> | |
| 25 <roundcube:if condition="env:mailbox != config:drafts_mbox"> | |
| 26 <roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="icon" title="replytomessage" label="replytomessage" /> | 26 <roundcube:button command="reply" type="link" class="button reply" classSel="button reply pressed" innerClass="icon" title="replytomessage" label="replytomessage" /> |
| 27 <roundcube:button command="reply-all" type="link" class="button replyall" classSel="button replyall pressed" innerClass="icon" title="replytoallmessage" label="replytoallmessage" /> | 27 <roundcube:button command="reply-all" type="link" class="button replyall" classSel="button replyall pressed" innerClass="icon" title="replytoallmessage" label="replytoallmessage" /> |
| 28 <roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="icon" title="forwardmessage" label="forwardmessage" /> | 28 <roundcube:button command="forward" type="link" class="button forward" classSel="button forward pressed" innerClass="icon" title="forwardmessage" label="forwardmessage" /> |
| 29 <roundcube:endif /> | |
| 30 <roundcube:if condition="!env:message_context"> | |
| 29 | 31 |
| 32 <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" /> | |
| 30 <roundcube:endif /> | 33 <roundcube:endif /> |
| 31 <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" label="openinextwin" /> | |
| 32 </div> | 34 </div> |
| 33 | 35 |
| 34 <h3 class="subject"><span class="voice"><roundcube:label name="subject" />: </span><roundcube:object name="messageHeaders" valueOf="subject" /></h3> | 36 <h3 class="subject"><span onmouseover="rcube_webmail.long_subject_title(this)"><span class="voice"><roundcube:label name="subject" />: </span><roundcube:object name="messageHeaders" valueOf="subject" /></span></h3> |
| 35 | 37 |
| 36 <a href="#details" id="previewheaderstoggle" class="moreheaderstoggle" aria-expanded="false"><span class="iconlink" title="<roundcube:label name='togglemoreheaders' />"></span></a> | 38 <a href="#details" id="previewheaderstoggle" class="moreheaderstoggle" aria-expanded="false"><span class="iconlink" title="<roundcube:label name='togglemoreheaders' />"></span></a> |
| 37 <div id="contactphoto"><roundcube:object name="contactphoto" /></div> | 39 <div id="contactphoto"><roundcube:object name="contactphoto" /></div> |
| 38 | 40 |
| 39 <table class="headers-table" id="preview-shortheaders"><tbody><tr> | 41 <table class="headers-table" id="preview-shortheaders"><tbody><tr> |
