[Rt-commit] r2664 - in rt/branches/PLATANO-EXPERIMENTAL: . html/Elements html/Elements/CollectionAsTable

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:46:08 EDT 2005


Author: jesse
Date: Sat Apr 16 02:46:07 2005
New Revision: 2664

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/CollectionAsTable/Header
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TicketList
Log:
 r13002 at hualien:  jesse | 2005-04-16 02:26:47 -0400
  r11938 at hualien:  jesse | 2005-04-06 15:03:57 -0400
  Merging forward a clicky-headers fix from 3.4
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/CollectionAsTable/Header	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/CollectionAsTable/Header	Sat Apr 16 02:46:07 2005
@@ -45,6 +45,7 @@
 %# END BPS TAGGED BLOCK }}}
 <%ARGS>
 @Format => undef
+$FormatString => undef
 $AllowSorting => undef
 $Order=>undef
 $BaseURL => undef
@@ -56,7 +57,7 @@
 <TR class="collection-as-table">
 <%perl>
 
-my %generic_query_args = ( Query => $Query, Rows => $Rows, Page => $Page );
+my %generic_query_args = ( Query => $Query, Rows => $Rows, Page => $Page, Format => $FormatString );
 
 my $item = 0;
 foreach my $col (@Format) {

Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TicketList
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TicketList	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TicketList	Sat Apr 16 02:46:07 2005
@@ -48,6 +48,7 @@
 % if ($ShowHeader) {
 <& /Elements/CollectionAsTable/Header, 
     Format => \@Format, 
+    FormatString => $Format,
     AllowSorting => $AllowSorting, 
     Order => $Order, 
     Query => $Query,


More information about the Rt-commit mailing list