fix visual glitch on "RT at a glance" / Ticketing main
authorivan <ivan>
Fri, 14 Sep 2007 03:31:05 +0000 (03:31 +0000)
committerivan <ivan>
Fri, 14 Sep 2007 03:31:05 +0000 (03:31 +0000)
rt/html/Elements/TicketList

index 02b0716..b36101e 100644 (file)
 %   my $i;
 %   while (my $record = $Collection->Next) {
 %   $i++;
-% # Every $RT::MyTicketsLength or ten rows, flush the buffer and put something
-% # on the page.
-% my $flushrows = $RT::MyTicketsLength || 10;
-% $m->flush_buffer() unless ($i % $flushrows);
+% # Every ten rows, flush the buffer and put something on the page.
+% # hun, this flushes things out out-of-order for me on "RT at a glance"...?
+% # $m->flush_buffer() unless ($i % 10);
 <&   /Elements/CollectionAsTable/Row, Format => \@Format, i => $i, record => $record, maxitems => $maxitems &>
 %   }