aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-10-10 16:30:55 -0500
committerFrederick Muriuki Muriithi2024-10-10 16:30:55 -0500
commit56eb692b25ecf7a56235398f3b90fd0d02f5d097 (patch)
treeea59f06ebacd182eff3ac6bb3064bb679feff41d /uploader/templates/phenotypes
parent4f994b79ecee851ea1cd0fa0699ee822c8884bc4 (diff)
downloadgn-uploader-56eb692b25ecf7a56235398f3b90fd0d02f5d097.tar.gz
UI hints: Help user in choosing the appropriate option.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r--uploader/templates/phenotypes/view-phenotype.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html
index c5dea2b..99bb8e5 100644
--- a/uploader/templates/phenotypes/view-phenotype.html
+++ b/uploader/templates/phenotypes/view-phenotype.html
@@ -61,7 +61,7 @@
<div class="btn-group">
{%if "group:resource:edit-resource" in privileges%}
<input type="submit"
- title="Edit the values for the phenotype. Do we actually want this?"
+ title="Edit the values for the phenotype. This is meant to be used when you need to update only a few values."
class="btn btn-primary not-implemented"
value="edit" />
{%endif%}
@@ -70,7 +70,7 @@
<div class="btn-group">
{%if "group:resource:delete-resource" in privileges%}
<input type="submit"
- title="Delete the entire phenotype. Do we actually want this?"
+ title="Delete the entire phenotype. This is useful when you need to change data for most or all of the fields for this phenotype."
class="btn btn-danger not-implemented"
value="delete" />
{%endif%}