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
dariah
search-commons-views
Commits
c5940178
Commit
c5940178
authored
Sep 06, 2018
by
Gradl, Tobias
Browse files
1183: Implement search result filtering
Task-Url:
https://pm.winseda.de/issues/1183
parent
0032d936
Changes
1
Hide whitespace changes
Inline
Side-by-side
search/incl/applied_filters_container.jsp
View file @
c5940178
...
...
@@ -4,6 +4,6 @@
<div
id=
"applied-filters-container"
class=
"hide"
>
<div
id=
"applied-filters"
></div>
<div
style=
"clear: both;"
>
<button
class=
"btn btn-link btn-sm"
onclick=
"
$('#applied-filters-container .applied-filter').remove(); $('#applied-filters-container').addClass('hide'
);"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i>
~Reset all filters
</button>
<button
class=
"btn btn-link btn-sm"
onclick=
"
queryHandler.removeAllFilters(
);"
><i
class=
"fa fa-trash"
aria-hidden=
"true"
></i>
~Reset all filters
</button>
</div>
</div>
\ No newline at end of file
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