We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f11b57 + 2619379 commit d1874c4Copy full SHA for d1874c4
Resources/Private/Partials/Module/Search.html
@@ -14,11 +14,12 @@
14
</div>
15
<div class="form-group">
16
<f:if condition="{formUids -> f:count()} > 1">
17
- <label for="searchall_mails">
+ <label for="searchall_form">
18
<f:translate key="BackendListFilterFulltextSearchFormFilter" default="Reduce to one form:" />
19
</label>
20
<f:form.select
21
property="form"
22
+ id="searchall_form"
23
options="{formUids}"
24
value="{piVars.filter.form}"
25
class="form-control"
0 commit comments