no need for FS calendar buttons in RT 4.2
[freeside.git] / rt / share / html / Elements / CollectionList
index d76cf01..cd86235 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -113,23 +113,24 @@ if ($Class =~ /::/) { # older passed in value
 }
 
 $m->out('<table cellspacing="0" class="' .
-       ($Collection->isa('RT::Tickets') ? 'ticket-list' : 'collection') . ' collection-as-table">');
+            ($Collection->isa('RT::Tickets') ? 'ticket-list' : 'collection') . ' collection-as-table">');
 
 if ( $ShowHeader ) {
-  $m->comp('/Elements/CollectionAsTable/Header',
-          %ARGS,
-          Class        => $Class,
-          Format       => \@Format,
-          FormatString => $Format,
-          Order        => \@Order,
-          OrderBy      => \@OrderBy,
-          Rows         => $Rows,
-          Page         => $Page,
-          AllowSorting => $AllowSorting, 
-          BaseURL      => $BaseURL,
-          GenericQueryArgs => $GenericQueryArgs,
-          maxitems     => $maxitems,
-          );
+    $m->comp('/Elements/CollectionAsTable/Header',
+        %ARGS,
+        Class        => $Class,
+        Format       => \@Format,
+        FormatString => $Format,
+        Order        => \@Order,
+        OrderBy      => \@OrderBy,
+        Rows         => $Rows,
+        Page         => $Page,
+        AllowSorting => $AllowSorting,
+        BaseURL      => $BaseURL,
+        GenericQueryArgs => $GenericQueryArgs,
+        maxitems     => $maxitems,
+        PassArguments => \@PassArguments,
+    );
 }
 
 my ($i, $column_map) = (0, {});