Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
32823f01
Commit
32823f01
authored
Jul 10, 2015
by
Mathieu Giraud
Committed by
Vidjil Team
Jul 10, 2015
Browse files
patient/index.html: display total number of patients
parent
ac2f214b
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/patient/index.html
View file @
32823f01
...
...
@@ -63,6 +63,8 @@
<table
class=
"db_table"
id=
"db_fixed_header"
></table>
</div>
<div
class=
"db_block"
>
<div
class=
"db_block_left"
>
{{if auth.can_create_patient():}}
<span
class=
"button2"
onclick=
"db.call('patient/add')"
>
+ new patient
</span>
...
...
@@ -70,3 +72,9 @@
{{else:}}
<!-- <span class="button2 inactive" onclick="db.call('patient/add')" title="you don't have permission to create new patient"> add patient </span> -->
{{pass}}
</div>
<div
class=
"db_block_right"
>
{{ =len(query) }} patients
</div>
</div>
Write
Preview
Supports
Markdown
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