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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-29 15:30:26 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-29 15:30:26 +0300
commit90781bff3b00553cb7473a16994064e52e834f7e (patch)
tree5b5d66d222137e0f4e09cca6fbdb4ef0f6d45904 /skins
parent58aea024b4ba6a8689e2da37809cce11b0fe68d4 (diff)
Add aria-label to list navigation toolbars
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/templates/includes/pagenav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/templates/includes/pagenav.html b/skins/elastic/templates/includes/pagenav.html
index 04496d4c3..e03a8119e 100644
--- a/skins/elastic/templates/includes/pagenav.html
+++ b/skins/elastic/templates/includes/pagenav.html
@@ -1,4 +1,4 @@
-<div class="pagenav menu footer small" role="toolbar">
+<div class="pagenav menu footer small" role="toolbar" aria-label="<roundcube:label name="arialabellistnav" />">
<roundcube:button command="firstpage" type="link" class="firstpage disabled" classAct="firstpage"
title="firstpage" label="first" innerclass="inner" />
<roundcube:button command="previouspage" type="link" class="prevpage disabled" classAct="prevpage"