Skip to content

Commit d1874c4

Browse files
authored
Merge pull request #771
[BUGFIX] Use correct label in backend module search
2 parents 8f11b57 + 2619379 commit d1874c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/Private/Partials/Module/Search.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
</div>
1515
<div class="form-group">
1616
<f:if condition="{formUids -> f:count()} > 1">
17-
<label for="searchall_mails">
17+
<label for="searchall_form">
1818
<f:translate key="BackendListFilterFulltextSearchFormFilter" default="Reduce to one form:" />
1919
</label>
2020
<f:form.select
2121
property="form"
22+
id="searchall_form"
2223
options="{formUids}"
2324
value="{piVars.filter.form}"
2425
class="form-control"

0 commit comments

Comments
 (0)