diff options
author | zsloan | 2022-05-11 18:44:50 +0000 |
---|---|---|
committer | zsloan | 2022-05-17 17:55:32 +0000 |
commit | f420d06d611fe6f219d64e400dc15cc93e4a3084 (patch) | |
tree | 030b9c16bcc99c6f34bbdedf3f715589ba465a5a | |
parent | 4f4baf953a29649b2a77a4120f7a866012fde586 (diff) | |
download | genenetwork2-f420d06d611fe6f219d64e400dc15cc93e4a3084.tar.gz |
Remove the Delete Collection option from the view collection page and
rename Delete Rows to just Remove
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index a455904c..e11ffbbd 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -87,8 +87,7 @@ <input type="text" id="searchbox" class="form-control" style="width: 200px; display: inline; padding-bottom: 9px;" placeholder="Search Table For ..."> <input type="text" id="select_top" class="form-control" style="width: 200px; display: inline; padding-bottom: 9px;" placeholder="Select Top ..."> <button class="btn btn-default" id="deselect_all" type="button"><span class="glyphicon glyphicon-remove"></span> Deselect</button> - <button id="remove" class="btn btn-danger" data-url="/collections/remove" type="button" disabled><i class="icon-minus-sign"></i> Delete Rows</button> - <button id="delete" class="btn btn-danger submit_special" data-url="/collections/delete" type="button" title="Delete this collection" > Delete Collection</button> + <button id="remove" class="btn btn-danger" data-url="/collections/remove" type="button" disabled><i class="icon-minus-sign"></i> Remove</button> </form> </div> <div style="margin-top: 10px; margin-bottom: 5px;"> |