Skip to content
Snippets Groups Projects
Commit 6f2f7ad2 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[BUGFIX] remove obsolete filter from template

parent 625cc632
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,6 @@
<f:translate key="frontend.filter.areas" />
</label>
<f:form.select class="sgjobs-select form-control" multiple="0" size="1" value="{selectedArea}" property="filterArea" optionValueField="value" options="{areas}" id="filter-areas" />
<label for="filter-functions">
<f:translate key="frontend.filter.functions" />
</label>
<f:form.select class="sgjobs-select form-control" multiple="0" size="1" value="{selectedFunction}" property="filterFunction" optionValueField="value" options="{functions}" id="filter-functions" />
<f:form.hidden value="{limit}" id="filter-limit" />
<f:form.hidden id="filter-recordPageId" name="recordPageId" value="{recordPageId}" />
</f:form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment