Skip to content

Commit

Permalink
Add apply and clear in ecosystem type (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Sep 26, 2023
1 parent 177e272 commit 7b55425
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bims/templates/map_page/search-panel-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
<input id="open-waterbody-ecosystem-type" name="filter-ecosystem-type" type="checkbox"
value="Open waterbody" checked> <label class="checkbox-label" for="open-waterbody-ecosystem-type">Open waterbody</label>
</div>
<div class="button-filter-wrapper button-filter-module">
<button class="apply-filter"><i class="fa fa-check"
aria-hidden="true"></i> Apply
</button>
<button class="clear-filter clear-filter-biodiversity-module"><i class="fa fa-times"
aria-hidden="true"></i> Clear
</button>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7b55425

Please sign in to comment.