diff options
author | zsloan | 2015-05-12 10:33:39 -0500 |
---|---|---|
committer | zsloan | 2015-05-12 10:33:39 -0500 |
commit | 35a81d6a96df1d2fbb315d65af4f7f864b1e5b76 (patch) | |
tree | 1a41bf7e2981fbbd0537cf4eed1182dc79f421b2 | |
parent | 6ee0e9ea317ee2cc67681806fe295dfc30239982 (diff) | |
parent | 4a6b049b215dbd6364493f533a37756ac3ddf9a6 (diff) | |
download | genenetwork2-35a81d6a96df1d2fbb315d65af4f7f864b1e5b76.tar.gz |
Merge pull request #20 from lomereiter/issue11
Fixes #11 (buttons on collection page)
-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'> |