chiark / gitweb /
Reverse alternating colours in route plan
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 2 Sep 2009 22:43:19 +0000 (23:43 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Wed, 2 Sep 2009 22:43:19 +0000 (23:43 +0100)
yarrg/web/routetrade

index cb7550e5e127f1a8e7a1623d8861b80144507d2b..482c13a3e9969e98e51afab2e8a8878be03bfeb3 100644 (file)
@@ -643,7 +643,7 @@ $addcols->({ Total => 0, DoReverse => 1 }, qw(
      }
 
      my $total;
      }
 
      my $total;
-     my $dline= 0;
+     my $dline= 1;
      my $show_flows= sub {
        my ($od,$arbitrage,$collectdeliver) = @_;
 </%perl>
      my $show_flows= sub {
        my ($od,$arbitrage,$collectdeliver) = @_;
 </%perl>
@@ -699,7 +699,7 @@ $addcols->({ Total => 0, DoReverse => 1 }, qw(
 %              $total_total += $sign * $total;
 %      }
 %      $total= undef;
 %              $total_total += $sign * $total;
 %      }
 %      $total= undef;
-%      $dline= 0;
+%      $dline= 1;
 <%perl>
      };
 
 <%perl>
      };