[freeside-commits] freeside/rt/html/Elements TicketList, 1.1.1.2.4.1, 1.1.1.2.4.2

Ivan,,, ivan at wavetail.420.am
Thu Sep 13 20:31:08 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/html/Elements
In directory wavetail:/tmp/cvs-serv22903

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.1.1.2.4.1
retrieving revision 1.1.1.2.4.2
diff -u -d -r1.1.1.2.4.1 -r1.1.1.2.4.2
--- TicketList	20 Jun 2007 22:33:22 -0000	1.1.1.2.4.1
+++ TicketList	14 Sep 2007 03:31:06 -0000	1.1.1.2.4.2
@@ -62,10 +62,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