summaryrefslogtreecommitdiff
path: root/lib/VNWeb/User/Lists.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/User/Lists.pm')
-rw-r--r--lib/VNWeb/User/Lists.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/VNWeb/User/Lists.pm b/lib/VNWeb/User/Lists.pm
index 8da7fbdb..e9a33bec 100644
--- a/lib/VNWeb/User/Lists.pm
+++ b/lib/VNWeb/User/Lists.pm
@@ -317,9 +317,11 @@ sub filters_ {
span_ class => 'linkradio', sub {
join_ sub { em_ ' / ' }, \&lblfilt_, grep $_->{id} < 10, @$filtlabels;
- em_ ' || ';
- input_ type => 'checkbox', name => 'mul', value => 1, id => 'form_l_multi', tabindex => 10, $opt->{mul} ? (checked => 'checked') : ();
- label_ for => 'form_l_multi', 'Multi-select';
+ span_ class => 'hidden', sub {
+ em_ ' || ';
+ input_ type => 'checkbox', name => 'mul', value => 1, id => 'form_l_multi', tabindex => 10, $opt->{mul} ? (checked => 'checked') : ();
+ label_ for => 'form_l_multi', 'Multi-select';
+ };
debug_ $filtlabels;
};
my @cust = grep $_->{id} >= 10, @$filtlabels;