diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index abab56630..1b75aae02 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -14,6 +14,7 @@ - fixed #11866: Default ordering for Zip files is wrong - fixed: typo in the Gallery Add Archive default templateId. - fixed #11876: packing templates, snippets, headtags removes conditional CSS comments + - fixed #11877: Criteria Builder on "shortcut by alternate criteria" gets ugly with many checkbox items 7.10.0 - fixed #11812: Checking www_ajaxSave's response in the cart js, urlencoding post parameters diff --git a/lib/WebGUI/Asset/Shortcut.pm b/lib/WebGUI/Asset/Shortcut.pm index 8ed480268..a91ac79a3 100644 --- a/lib/WebGUI/Asset/Shortcut.pm +++ b/lib/WebGUI/Asset/Shortcut.pm @@ -157,8 +157,9 @@ sub _drawQueryBuilder { # Table row with field info my $disabled = $self->{_disabled}; + my $odd_row = $i % 2 ? q{class="qbtr_alt"} : ""; $output .= qq| -
$fieldLabel