Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c245ce2f
Commit
c245ce2f
authored
Jun 07, 2017
by
Mathieu Giraud
Browse files
views/sample_set/index.html: rewording, more generic than patient
Fixes
#2512
.
parent
9bd04680
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/sample_set/index.html
View file @
c245ce2f
...
...
@@ -156,7 +156,7 @@
<br
/><br
/>
{{if can_modify:}}
<i
class=
"icon-pencil-2"
title=
"edit
patient
information"
onclick=
"db.call('sample_set/edit', { 'id' : '{{=request.vars["
id
"]}}'
}
)"
>
</i>
<i
class=
"icon-pencil-2"
title=
"edit information"
onclick=
"db.call('sample_set/edit', { 'id' : '{{=request.vars["
id
"]}}'
}
)"
>
</i>
{{pass}}
{{=info["info"]}}
...
...
@@ -190,7 +190,7 @@
<span
class=
"button2"
onclick=
"db.call('file/add', { 'id' : '{{=request.vars["
id
"]}}'
}
)"
>
+ add sample
</span>
{{pass}}
<span
class=
"button2"
onclick=
"db.call('sample_set/custom', {'id': '{{=request.vars['id']}}', 'filter': ''} )"
>
compare s
amples for this patient
</span>
<span
class=
"button2"
onclick=
"db.call('sample_set/custom', {'id': '{{=request.vars['id']}}', 'filter': ''} )"
>
compare s
ome of these samples
</span>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment