From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Jun 2014 11:20:33 -0400 Subject: [PATCH] Fix attachment menu structure and aria-attributes --- program/js/tiny_mce/themes/advanced/charmap.htm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/program/js/tiny_mce/themes/advanced/charmap.htm b/program/js/tiny_mce/themes/advanced/charmap.htm index 2c3b3f2..d4b6bdf 100644 --- a/program/js/tiny_mce/themes/advanced/charmap.htm +++ b/program/js/tiny_mce/themes/advanced/charmap.htm @@ -5,7 +5,7 @@ <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/charmap.js"></script> </head> -<body id="charmap" style="display:none"> +<body id="charmap" style="display:none" role="application"> <table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation"> <tr> <td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td> @@ -46,6 +46,10 @@ </table> </td> </tr> + <tr> + <td colspan="2" id="charmap_usage">{#advanced_dlg.charmap_usage}</td> + </tr> + </table> </body> </html> -- Gitblit v1.9.1