diff options
author | zsloan | 2015-05-12 16:50:18 +0000 |
---|---|---|
committer | zsloan | 2015-05-12 16:50:18 +0000 |
commit | a544231453be26339d9b1c45888f1e7fffa1ca2e (patch) | |
tree | 1eeb20db35015c43cae291b8150bf6712fb8a90a /wqflask/wqflask/templates | |
parent | 12b4663b495fed487d52c76656b64ca08273e9a9 (diff) | |
parent | 35a81d6a96df1d2fbb315d65af4f7f864b1e5b76 (diff) | |
download | genenetwork2-a544231453be26339d9b1c45888f1e7fffa1ca2e.tar.gz |
Resolved conflict before commit
Diffstat (limited to 'wqflask/wqflask/templates')
-rwxr-xr-x | wqflask/wqflask/templates/collections/view.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index fc1edf2a..e41ade7c 100755 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -59,6 +59,9 @@ <button class="btn btn-default" id="select_all"><span class="glyphicon glyphicon-ok"></span> Select All</button> <button class="btn btn-default" id="deselect_all"><span class="glyphicon glyphicon-remove"></span> Deselect All</button> <button class="btn btn-default" id="invert"><span class="glyphicon glyphicon-resize-vertical"></span> Invert</button> + <button class="btn" id="add" disabled="disabled"><i class="icon-plus-sign"></i> Add Record to Other Collection</button> + <button class="btn" id="remove" disabled="disabled"><i class="icon-minus-sign"></i> Remove Record</button> + <button class="btn btn-primary pull-right"><i class="icon-download icon-white"></i> Download Table</button> <br /> <br /> <table class="table table-hover table-striped" id='trait_table'> |