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
78d1abe0
Commit
78d1abe0
authored
Aug 04, 2016
by
Mathieu Giraud
Committed by
Vidjil Team
Aug 04, 2016
Browse files
views/patient: 'results' instead of 'configs'
This column provide direct links to results.
parent
7ce99015
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/patient/index.html
View file @
78d1abe0
...
...
@@ -24,7 +24,7 @@
<td
class=
"pointer"
onclick=
"db.call('patient/index', {'sort' :'info', 'filter' : '{{=request.vars["
filter
"]}}'
{{
if
not
reverse
and
request.vars
["
sort
"
]=
="info"
:
}}
,
'
reverse
'
:
true
{{
pass
}}
})"
>
info
</td>
<td
class=
"pointer"
class=
"column_100"
onclick=
"db.call('patient/index', {'sort' :'configs', 'filter' : '{{=request.vars["
filter
"]}}'
{{
if
not
reverse
and
request.vars
["
sort
"
]=
="configs"
:
}}
,
'
reverse
'
:
true
{{
pass
}}
})"
>
config
s
</td>
{{
if
not
reverse
and
request.vars
["
sort
"
]=
="configs"
:
}}
,
'
reverse
'
:
true
{{
pass
}}
})"
>
result
s
</td>
{{if isAdmin:}}
<td
class=
"column_100 pointer"
onclick=
"db.call('patient/index', {'sort' :'groups', 'filter' : '{{=request.vars["
filter
"]}}'
{{
if
not
reverse
and
request.vars
["
sort
"
]=
="groups"
:
}}
,
'
reverse
'
:
true
{{
pass
}}
})"
>
groups
</td>
{{pass}}
{{if isAdmin:}}
<td
class=
"column_100 pointer"
onclick=
"db.call('patient/index', {'sort' :'creator', 'filter' : '{{=request.vars["
filter
"]}}'
...
...
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