summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-04 17:20:33 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-04 17:20:33 +0200
commit3412e50b54e3daac8745234e21ab6e72be0ed165 (patch)
tree2c9e9a1dcb7405df02f2c1e1254fcf5c3a9e5fe8 /skins
parent761ee4c575d8f1a537c78680ebff6862c0f189fd (diff)
Fix attachment menu structure and aria-attributes
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/templates/message.html4
-rw-r--r--skins/larry/templates/messagepreview.html10
2 files changed, 7 insertions, 7 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html
index 7ef0daf6d..30c3d3d3e 100644
--- a/skins/larry/templates/message.html
+++ b/skins/larry/templates/message.html
@@ -99,10 +99,10 @@
</div><!-- end mainscreen -->
<div id="attachmentmenu" class="popupmenu" aria-hidden="true">
- <ul class="toolbarmenu" role="menu">
+ <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu">
<li role="menuitem"><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
<li role="menuitem"><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
- <roundcube:container name="attachmentmenu" id="attachmentmenu" />
+ <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" />
</ul>
</div>
diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html
index 82ecd7a43..03fc91505 100644
--- a/skins/larry/templates/messagepreview.html
+++ b/skins/larry/templates/messagepreview.html
@@ -66,11 +66,11 @@
</div>
</div>
-<div id="attachmentmenu" class="popupmenu">
- <ul class="toolbarmenu">
- <li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
- <li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
- <roundcube:container name="attachmentmenu" id="attachmentmenu" />
+<div id="attachmentmenu" class="popupmenu" aria-hidden="true">
+ <ul class="toolbarmenu" id="attachmentoptionsmenu" role="menu">
+ <li role="menuitem"><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
+ <li role="menuitem"><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
+ <roundcube:container name="attachmentmenu" id="attachmentoptionsmenu" />
</ul>
</div>