@ -41,13 +41,13 @@ data-server-root="{{server_root}}"
{% trans %}Select items to perform actions on them.{% endtrans %}
< / div >
< div class = "dynamic-buttons" >
< button title = "{% trans %}Duplicate selected{% endtrans %}" aria-label = "{% trans %}Duplicate selected {% endtrans %}" class = "duplicate-button btn btn-default btn-xs" > {% trans %}Duplicate{% endtrans %}< / button >
< button title = "{% trans %}Rename selected{% endtrans %}" aria-label = "{% trans %}Rename selected {% endtrans %}" class = "rename-button btn btn-default btn-xs" > {% trans %}Rename{% endtrans %}< / button >
< button title = "{% trans %}Move selected{% endtrans %}" aria-label = "{% trans %}Move selected {% endtrans %}" class = "move-button btn btn-default btn-xs" > {% trans %}Move{% endtrans %}< / button >
< button title = "{% trans %}Download selected{% endtrans %}" aria-label = "{% trans %}Download selected {% endtrans %}" class = "download-button btn btn-default btn-xs" > {% trans %}Download{% endtrans %}< / button >
< 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 >
< button title = "{% trans %}View selected{% endtrans %}" aria-label = "{% trans %}View selected {% endtrans %}" class = "view-button btn btn-default btn-xs" > {% trans %}View{% endtrans %}< / button >
< button title = "{% trans %}Edit selected{% endtrans %}" aria-label = "{% trans %}Edit selected {% endtrans %}" class = "edit-button btn btn-default btn-xs" > {% trans %}Edit{% endtrans %}< / button >
< button title = "{% trans %}Duplicate selected{% endtrans %}" aria-label = "{% trans %}Duplicate {% endtrans %}" class = "duplicate-button btn btn-default btn-xs" > {% trans %}Duplicate{% endtrans %}< / button >
< button title = "{% trans %}Rename selected{% endtrans %}" aria-label = "{% trans %}Rename {% endtrans %}" class = "rename-button btn btn-default btn-xs" > {% trans %}Rename{% endtrans %}< / button >
< button title = "{% trans %}Move selected{% endtrans %}" aria-label = "{% trans %}Move {% endtrans %}" class = "move-button btn btn-default btn-xs" > {% trans %}Move{% endtrans %}< / button >
< button title = "{% trans %}Download selected{% endtrans %}" aria-label = "{% trans %}Download {% endtrans %}" class = "download-button btn btn-default btn-xs" > {% trans %}Download{% endtrans %}< / button >
< button title = "{% trans %}Shutdown selected notebook(s){% endtrans %}" aria-label = "{% trans %}Shutdown {% endtrans %}" class = "shutdown-button btn btn-default btn-xs btn-warning" > {% trans %}Shutdown{% endtrans %}< / button >
< button title = "{% trans %}View selected{% endtrans %}" aria-label = "{% trans %}View {% endtrans %}" class = "view-button btn btn-default btn-xs" > {% trans %}View{% endtrans %}< / button >
< button title = "{% trans %}Edit selected{% endtrans %}" aria-label = "{% trans %}Edit {% endtrans %}" class = "edit-button btn btn-default btn-xs" > {% trans %}Edit{% endtrans %}< / button >
< 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 >
< / div >
< / div >
@ -99,7 +99,8 @@ data-server-root="{{server_root}}"
< 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" >
< input type = "checkbox" class = "pull-left tree-selector" id = "select-all" > < span id = "counter-select-all" > < / span > < / input >
< / button >
< 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" >
< 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" >
< span class = "sr-only" > checkbox< / span >
< span class = "caret" > < / span >
< span class = "sr-only" > Toggle Dropdown< / span >
< / button >