Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-17 11:44:09 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-22 17:17:58 +0300
commit7e9405dc3ecb95336be376d50e8ebbcefa491d3e (patch)
treeb80d335f189ba8abbb3b94e6b5637e4de1067449 /skins/elastic
parentc7baf94531f15d0c888ade47594304673df5fe8a (diff)
Elastic: Remove redundant listmenulink elements
Diffstat (limited to 'skins/elastic')
-rw-r--r--skins/elastic/templates/mail.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/elastic/templates/mail.html b/skins/elastic/templates/mail.html
index 9ab523797..51dbfcd30 100644
--- a/skins/elastic/templates/mail.html
+++ b/skins/elastic/templates/mail.html
@@ -87,10 +87,8 @@
</div>
<div id="messagelist-content" class="scroller" tabindex="-1">
<h2 id="aria-label-messagelist" class="voice"><roundcube:label name="arialabelmessagelist" /></h2>
- <roundcube:object name="messages" id="messagelist" optionsmenuIcon="true"
- class="listing messagelist sortheader fixedheader"
- aria-labelledby="aria-label-messagelist"
- data-list="message_list" data-label-msg="listempty"
+ <roundcube:object name="messages" id="messagelist" class="listing messagelist sortheader fixedheader"
+ aria-labelledby="aria-label-messagelist" data-list="message_list" data-label-msg="listempty"
/>
</div>
<roundcube:include file="includes/pagenav.html" />