diff options
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 2487faf..1fe05d8 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -130,8 +130,16 @@ layout: { top2: { buttons: [ - {extend: "selectAll", className: "btn btn-info"}, - {extend: "selectNone", className: "btn btn-info"} + { + extend: "selectAll", + className: "btn btn-info", + titleAttr: "Click to select ALL records in the table." + }, + { + extend: "selectNone", + className: "btn btn-info", + titleAttr: "Click to deselect ANY selected record(s) in the table." + }, ] }, top1Start: { |