[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.3-78-g56a470bf9
? sunnavy
sunnavy at bestpractical.com
Mon Nov 26 14:56:38 EST 2018
The branch, 4.4-trunk has been updated
via 56a470bf9a621a58e989064fd7fbc68cf1d019d0 (commit)
from f834edcbe015b60c61adfb14ce3a2d686cc4c3e3 (commit)
Summary of changes:
share/html/Elements/CollectionAsTable/Row | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 56a470bf9a621a58e989064fd7fbc68cf1d019d0
Author: Michael Friedrich <michael.friedrich at netways.de>
Date: Fri Nov 23 14:03:37 2018 +0100
Fix that tr classes are applied on NEWLINE in Row callback
diff --git a/share/html/Elements/CollectionAsTable/Row b/share/html/Elements/CollectionAsTable/Row
index ca492cee0..de44a2711 100644
--- a/share/html/Elements/CollectionAsTable/Row
+++ b/share/html/Elements/CollectionAsTable/Row
@@ -71,7 +71,7 @@ foreach my $column (@Format) {
}
$item = 0;
$m->out( '</tr>' . "\n" );
- $m->out( '<tr class="'
+ $m->out( '<tr class="' . $Classes . ' '
. ( $Warning ? 'warnline' : $i % 2 ? 'oddline' : 'evenline' )
. '" >'
. "\n" );
-----------------------------------------------------------------------
More information about the rt-commit
mailing list