diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 19:13:54 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-03 19:13:54 +0200 |
commit | 77043f8469ba8e7b64af5b0192b0297ded5c615f (patch) | |
tree | 6f8569cca9ba96488fe3149428421990f6410612 /skins/larry/templates/addressbook.html | |
parent | f0928eac13b9161e251a779f229e37ec526fd590 (diff) |
Apply accessibility improvements to the settings section
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r-- | skins/larry/templates/addressbook.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index c9aa5acad..e1101e648 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -84,10 +84,10 @@ </div><!-- end addressview-left --> -<div id="addressview-right" role="main"> +<div id="addressview-right" role="main" aria-labelledby="aria-label-contactslist"> <!-- contacts list --> -<div id="addresslist" class="uibox listbox" aria-labelledby="aria-label-contactslist"> +<div id="addresslist" class="uibox listbox"> <roundcube:object name="addresslisttitle" label="contacts" tag="h2" class="boxtitle" id="aria-label-contactslist" /> <div class="scroller withfooter"> <roundcube:object name="addresslist" id="contacts-table" class="listing iconized" noheader="true" role="listbox" /> |