diff --git a/core/modules/ckeditor/ckeditor.admin.inc b/core/modules/ckeditor/ckeditor.admin.inc index 3342e1b..ac81746 100644 --- a/core/modules/ckeditor/ckeditor.admin.inc +++ b/core/modules/ckeditor/ckeditor.admin.inc @@ -66,6 +66,9 @@ function theme_ckeditor_settings_toolbar($variables) { else { $data = '?'; } + // Wrap the button to make it accessible. + $data = '' . $data . ''; + $button_item = array( 'data' => $data, 'data-button-name' => $button_name, @@ -90,6 +93,9 @@ function theme_ckeditor_settings_toolbar($variables) { else { $data = '?'; } + // Wrap the button to make it accessible. + $data = '' . $data . ''; + $button_item = array( 'data' => $data, 'data-button-name' => $button_name, @@ -110,6 +116,9 @@ function theme_ckeditor_settings_toolbar($variables) { else { $data = '?'; } + // Wrap the button to make it accessible. + $data = '' . $data . ''; + $button_item = array( 'data' => $data, 'data-button-name' => $button_name, @@ -124,10 +133,11 @@ function theme_ckeditor_settings_toolbar($variables) { // We don't use theme_item_list() below in case there are no buttons in the // active or disabled list, as theme_item_list() will not print an empty UL. $output = ''; - $output .= '' . t('Active toolbar') . ''; + $output .= ''; + $output .= '

' . t('Toolbar buttons may be moved by drag and drop or with the keyboard arrow keys. Move a button up into the active toolbar to enable it, or down into the "Available buttons" list to disable it.') . '

'; $output .= '
'; foreach ($active_buttons as $button_row) { - $output .= '
'; - $output .= '' . t('Available buttons') . ''; + $output .= ''; $output .= '
'; - $output .= '