add role status
This commit is contained in:
parent
dde64415ae
commit
6b1ecde852
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
%tr#js_batch_select_more.fr-background-alt--blue-france.hidden
|
||||
%td.fr-py-2w.text-center{ colspan: 100 }
|
||||
#not_selected
|
||||
%p
|
||||
%p{ role: "status" }
|
||||
= t('.pagination_files_selected_html')
|
||||
%button.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ data: not_selected_button_data }
|
||||
= not_selected_text
|
||||
|
||||
#selected.hidden
|
||||
%p
|
||||
%p{ role: "status" }
|
||||
= selected_text
|
||||
%button.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ data: selected_button_data }
|
||||
= t(".delete_selection")
|
||||
|
|
Loading…
Reference in a new issue