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.
1 parent 8f11b57 commit 2619379Copy full SHA for 2619379
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