Elastic: Add title attribute to "open in new window" button

pull/6517/head
Aleksander Machniak 6 years ago
parent 947d78432e
commit 316d52c924

@ -23,7 +23,7 @@
</span> </span>
<roundcube:if condition="!env:message_context && !env:extwin"> <roundcube:if condition="!env:message_context && !env:extwin">
<roundcube:button command="extwin" type="link" class="extwin" innerClass="inner" <roundcube:button command="extwin" type="link" class="extwin" innerClass="inner"
label="openinextwin" data-hidden="small" /> label="openinextwin" title="openinextwin" data-hidden="small" />
<roundcube:endif /> <roundcube:endif />
</h2> </h2>
<div class="short-header"> <div class="short-header">

Loading…
Cancel
Save