Skip to content

Commit

Permalink
OPEN-3157: Remove Apply Filters Button
Browse files Browse the repository at this point in the history
  • Loading branch information
thriuin committed Mar 25, 2024
1 parent d7a6db4 commit 62a8d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions search/templates/base-cdts.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
mark {
background-color: yellow;
font-weight: bold;
padding: .0em;
}
</style>
</head>
Expand Down
3 changes: 1 addition & 2 deletions search/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ <h3 class="panel-title" style="font-size: large">{{ value|get_dict_value:'__labe
{% endfor %}
</div>
<div class="row"><div class="col-md-12 mrgn-tp-md mrgn-rght-sm-sm" style="display: flex; justify-content: center; align-items: stretch">
<a class="btn btn-primary" id="search-button" onclick="submitForm();" href="#">{% if language == "fr" %}Appliquer<br>les filtres{% else %}Apply Filters{% endif %}</a>
<a onclick="resetSearch();" href="#" class="btn btn-default">{% if language == "fr" %}Réinitialiser<br>la recherche{% else %}Reset Search{% endif %}</a>
<a onclick="resetSearch();" href="#" class="btn btn-primary">{% if language == "fr" %}Réinitialiser la recherche{% else %}Reset Search{% endif %}</a>
</div></div>
</aside>

Expand Down

0 comments on commit 62a8d9e

Please sign in to comment.