diff options
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 103ab02..38a4d11 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -61,7 +61,15 @@ phenotype's data.</p> <p>Use the search to filter through all the phenotypes and find specific phenotypes of interest.</p> +</div> + +<div class="row"> + <div style="padding-bottom: 0.5em;"> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-select-all">select all</a> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-deselect-all">deselect all</a> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-edit">edit</a> + </div> <table id="tbl-phenotypes-list" class="table compact stripe cell-border"> <thead> <tr> |