[Rt-commit] r4026 - in rt/branches/3.7-EXPERIMENTAL: . html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Nov 4 20:55:55 EST 2005


Author: ruz
Date: Fri Nov  4 20:55:54 2005
New Revision: 4026

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList
Log:
 r1162 at cubic-pc:  cubic | 2005-11-04 01:23:44 +0300
 * indent


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/TicketList	Fri Nov  4 20:55:54 2005
@@ -61,10 +61,10 @@
 
 %   my $i;
 %   while (my $record = $Collection->Next) {
-%   $i++;
-% # Every ten rows, flush the buffer and put something on the page.
-% $m->flush_buffer() unless ($i % 10);
-<&   /Elements/CollectionAsTable/Row, Format => \@Format, i => $i, record => $record, maxitems => $maxitems &>
+%     $i++;
+%     # Every ten rows, flush the buffer and put something on the page.
+%     $m->flush_buffer() unless ($i % 10);
+<&    /Elements/CollectionAsTable/Row, Format => \@Format, i => $i, record => $record, maxitems => $maxitems &>
 %   }
 
 </table>


More information about the Rt-commit mailing list