[freeside-commits] freeside/rt/html/Elements TicketList,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Thu Sep 13 20:31:07 PDT 2007
Update of /home/cvs/cvsroot/freeside/rt/html/Elements
In directory wavetail:/tmp/cvs-serv22899
Modified Files:
TicketList
Log Message:
fix visual glitch on "RT at a glance" / Ticketing main
Index: TicketList
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Elements/TicketList,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- TicketList 3 Aug 2007 21:49:02 -0000 1.3
+++ TicketList 14 Sep 2007 03:31:05 -0000 1.4
@@ -64,10 +64,9 @@
% 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 &>
% }
More information about the freeside-commits
mailing list