File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 100
100
< div id ="notebook_list_header " class ="row list_header ">
101
101
< div class ="btn-group dropdown " id ="tree-selector ">
102
102
< button title ="{% trans %}Select All / None{% endtrans %} " aria-label ="{% trans %}Select All / None{% endtrans %} " type ="button " class ="btn btn-default btn-xs " id ="button-select-all " role ="checkbox ">
103
- < input type ="checkbox " class ="pull-left tree-selector " id ="select-all "> < span id ="counter-select-all "> </ span > </ input >
103
+ < input type ="checkbox " class ="pull-left tree-selector " id ="select-all " tabindex =" -1 " > < span id ="counter-select-all "> </ span > </ input >
104
104
</ button >
105
105
< button title ="{% trans %}Select Folders/All Notebooks/Running/Files {% endtrans %} " class ="btn btn-default btn-xs dropdown-toggle " type ="button " id ="tree-selector-btn " data-toggle ="dropdown " aria-expanded ="true ">
106
106
< span class ="caret "> </ span >
122
122
</ ul >
123
123
</ div >
124
124
< div id ="file_size " class ="pull-right sort_button ">
125
- < span class ="btn btn-xs btn-default sort-action " id ="file-size ">
125
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="file-size " aria-label =" {% trans %}Sort by file size{% endtrans %} ">
126
126
{% trans %}File size{% endtrans %}
127
127
< i class ="fa "> </ i >
128
- </ span >
128
+ </ button >
129
129
</ div >
130
130
< div id ="last_modified " class ="pull-right sort_button ">
131
- < span class ="btn btn-xs btn-default sort-action " id ="last-modified ">
131
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="last-modified " aria-label =" {% trans %}Sort by last modified{% endtrans %} ">
132
132
{% trans %}Last Modified{% endtrans %}
133
133
< i class ="fa "> </ i >
134
- </ span >
134
+ </ button >
135
135
</ div >
136
136
< div id ="sort_name " class ="pull-right sort_button ">
137
- < span class ="btn btn-xs btn-default sort-action " id ="sort-name ">
137
+ < button type =" button " class ="btn btn-xs btn-default sort-action " id ="sort-name " aria-label =" {% trans %}Sort by name{% endtrans %} ">
138
138
{% trans %}Name{% endtrans %}
139
139
< i class ="fa fa-arrow-down "> </ i >
140
- </ span >
140
+ </ button >
141
141
</ div >
142
142
</ div >
143
143
</ div >
You can’t perform that action at this time.
0 commit comments