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
0be17f38
Commit
0be17f38
authored
Nov 26, 2014
by
Mathieu Giraud
Committed by
Vidjil Team
Nov 26, 2014
Browse files
list.js, views/*/index.html: rewording 'filter' -> 'search'
parent
4cc3f184
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/js/list.js
View file @
0be17f38
...
...
@@ -182,7 +182,7 @@ List.prototype = {
}
*/
var
filter_label
=
document
.
createElement
(
'
span
'
)
filter_label
.
appendChild
(
document
.
createTextNode
(
"
filter
"
))
filter_label
.
appendChild
(
document
.
createTextNode
(
"
search
"
))
var
filter_input
=
document
.
createElement
(
'
input
'
)
filter_input
.
id
=
'
filter_input
'
...
...
server/web2py/applications/vidjil/views/patient/index.html
View file @
0be17f38
...
...
@@ -4,7 +4,7 @@
<div
class=
"db_block"
>
<div
class=
"db_block_right"
>
filter
search
<input
id=
"db_filter_input"
type=
"text"
value=
"{{=request.vars["
filter
"]}}"
onchange=
"db.call('patient/index', {'filter' : this.value} )"
>
</div>
</div>
...
...
server/web2py/applications/vidjil/views/results_file/index.html
View file @
0be17f38
...
...
@@ -5,7 +5,7 @@
<div
class=
"db_block"
>
<div
class=
"db_block_right"
>
filter
search
<input
id=
"db_filter_input"
type=
"text"
value=
"{{=request.vars["
filter
"]}}"
onchange=
"db.call('results_file/index', {'filter' : this.value} )"
>
</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