|
32 | 32 | {% trans %}Select items to perform actions on them.{% endtrans %}
|
33 | 33 | </div>
|
34 | 34 | <div class="dynamic-buttons">
|
35 |
| - <button title="{% trans %}Duplicate selected{% endtrans %}" class="duplicate-button btn btn-default btn-xs">{% trans %}Duplicate{% endtrans %}</button> |
36 |
| - <button title="{% trans %}Rename selected{% endtrans %}" class="rename-button btn btn-default btn-xs">{% trans %}Rename{% endtrans %}</button> |
37 |
| - <button title="{% trans %}Move selected{% endtrans %}" class="move-button btn btn-default btn-xs">{% trans %}Move{% endtrans %}</button> |
38 |
| - <button title="{% trans %}Download selected{% endtrans %}" class="download-button btn btn-default btn-xs">{% trans %}Download{% endtrans %}</button> |
39 |
| - <button title="{% trans %}Shutdown selected notebook(s){% endtrans %}" class="shutdown-button btn btn-default btn-xs btn-warning">{% trans %}Shutdown{% endtrans %}</button> |
40 |
| - <button title="{% trans %}View selected{% endtrans %}" class="view-button btn btn-default btn-xs">{% trans %}View{% endtrans %}</button> |
41 |
| - <button title="{% trans %}Edit selected{% endtrans %}" class="edit-button btn btn-default btn-xs">{% trans %}Edit{% endtrans %}</button> |
42 |
| - <button title="{% trans %}Delete selected{% endtrans %}" class="delete-button btn btn-default btn-xs btn-danger"><i class="fa fa-trash"></i></button> |
| 35 | + <button title="{% trans %}Duplicate selected{% endtrans %}" aria-label="{% trans %}Duplicate selected{% endtrans %}" class="duplicate-button btn btn-default btn-xs">{% trans %}Duplicate{% endtrans %}</button> |
| 36 | + <button title="{% trans %}Rename selected{% endtrans %}" aria-label="{% trans %}Rename selected{% endtrans %}" class="rename-button btn btn-default btn-xs">{% trans %}Rename{% endtrans %}</button> |
| 37 | + <button title="{% trans %}Move selected{% endtrans %}" aria-label="{% trans %}Move selected{% endtrans %}" class="move-button btn btn-default btn-xs">{% trans %}Move{% endtrans %}</button> |
| 38 | + <button title="{% trans %}Download selected{% endtrans %}" aria-label="{% trans %}Download selected{% endtrans %}" class="download-button btn btn-default btn-xs">{% trans %}Download{% endtrans %}</button> |
| 39 | + <button title="{% trans %}Shutdown selected notebook(s){% endtrans %}" aria-label="{% trans %}Shutdown selected notebook(s){% endtrans %}" class="shutdown-button btn btn-default btn-xs btn-warning">{% trans %}Shutdown{% endtrans %}</button> |
| 40 | + <button title="{% trans %}View selected{% endtrans %}" aria-label="{% trans %}View selected{% endtrans %}" class="view-button btn btn-default btn-xs">{% trans %}View{% endtrans %}</button> |
| 41 | + <button title="{% trans %}Edit selected{% endtrans %}" aria-label="{% trans %}Edit selected{% endtrans %}" class="edit-button btn btn-default btn-xs">{% trans %}Edit{% endtrans %}</button> |
| 42 | + <button title="{% trans %}Delete selected{% endtrans %}" aria-label="{% trans %}Delete selected{% endtrans %}" class="delete-button btn btn-default btn-xs btn-danger"><i class="fa fa-trash"></i></button> |
43 | 43 | </div>
|
44 | 44 | </div>
|
45 | 45 | <div class="col-sm-4 no-padding tree-buttons">
|
|
79 | 79 | </ul>
|
80 | 80 | </div>
|
81 | 81 | <div class="btn-group">
|
82 |
| - <button id="refresh_notebook_list" title="{% trans %}Refresh notebook list{% endtrans %}" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> |
| 82 | + <button id="refresh_notebook_list" title="{% trans %}Refresh notebook list{% endtrans %}" aria-label="{% trans %}Refresh notebook list{% endtrans %}" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> |
83 | 83 | </div>
|
84 | 84 | </div>
|
85 | 85 | </div>
|
86 | 86 | </div>
|
87 | 87 | <div id="notebook_list">
|
88 | 88 | <div id="notebook_list_header" class="row list_header">
|
89 | 89 | <div class="btn-group dropdown" id="tree-selector">
|
90 |
| - <button title="{% trans %}Select All / None{% endtrans %}" type="button" class="btn btn-default btn-xs" id="button-select-all"> |
| 90 | + <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"> |
91 | 91 | <input type="checkbox" class="pull-left tree-selector" id="select-all"><span id="counter-select-all"> </span></input>
|
92 | 92 | </button>
|
93 | 93 | <button title="{% trans %}Select...{% endtrans %}" class="btn btn-default btn-xs dropdown-toggle" type="button" id="tree-selector-btn" data-toggle="dropdown" aria-expanded="true">
|
|
103 | 103 | </div>
|
104 | 104 | <div id="project_name">
|
105 | 105 | <ul class="breadcrumb">
|
106 |
| - <li><a href="{{breadcrumbs[0][0]}}"><i class="fa fa-folder"></i></a></li> |
| 106 | + <li><a href="{{breadcrumbs[0][0]}}"><i class="fa fa-folder" alt="folder icon"></i></a></li> |
107 | 107 | {% for crumb in breadcrumbs[1:] %}
|
108 | 108 | <li><a href="{{crumb[0]}}">{{crumb[1]}}</a></li>
|
109 | 109 | {% endfor %}
|
|
131 | 131 | </div>
|
132 | 132 | <div class="col-sm-4 no-padding tree-buttons">
|
133 | 133 | <span id="running_buttons" class="pull-right">
|
134 |
| - <button id="refresh_running_list" title="{% trans %}Refresh running list{% endtrans %}" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> |
| 134 | + <button id="refresh_running_list" title="{% trans %}Refresh running list{% endtrans %}" aria-label="{% trans %}Refresh running list{% endtrans %}" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button> |
135 | 135 | </span>
|
136 | 136 | </div>
|
137 | 137 | </div>
|
|
0 commit comments