Fix attachments list collision in Save as Event dialog and message view (T834)
This commit is contained in:
parent
9ba3165560
commit
57b6e77eb5
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
<!-- attachments list (with upload form) -->
|
||||
<div id="event-panel-attachments">
|
||||
<div id="edit-attachments">
|
||||
<roundcube:object name="plugin.attachments_list" id="attachment-list" class="attachmentslist" />
|
||||
<roundcube:object name="plugin.attachments_list" id="attachmentlist" class="attachmentslist" />
|
||||
</div>
|
||||
<div id="edit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
|
||||
<h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue