diff --git a/mockup/patterns/structure/templates/table.xml b/mockup/patterns/structure/templates/table.xml index d09365f83..7cc3d4d22 100644 --- a/mockup/patterns/structure/templates/table.xml +++ b/mockup/patterns/structure/templates/table.xml @@ -18,7 +18,7 @@ data-pat-datatables="<%- datatables_options %>"> - + <%- _t('Title') %> <% _.each(activeColumns, function(column){ %> <% if(column !== 'Description' && _.has(availableColumns, column)) { %> diff --git a/mockup/patterns/structure/templates/tablerow.xml b/mockup/patterns/structure/templates/tablerow.xml index 0eba85e9d..a564ea6ed 100644 --- a/mockup/patterns/structure/templates/tablerow.xml +++ b/mockup/patterns/structure/templates/tablerow.xml @@ -1,4 +1,4 @@ - checked="checked" <% } %>/> + checked="checked" <% } %> type="checkbox"/>
diff --git a/news/957.bugfix b/news/957.bugfix new file mode 100644 index 000000000..86e95d257 --- /dev/null +++ b/news/957.bugfix @@ -0,0 +1,3 @@ +add a label to the select all checkbox and to each of the items in the table to make the table more accessible +[erral & ionlizarazu] +