diff --git a/mozilla/webtools/tinderbox3/scripts/Tinderbox3/BonsaiColumns.pm b/mozilla/webtools/tinderbox3/scripts/Tinderbox3/BonsaiColumns.pm index 5a53444a5dd..7346ce8f912 100644 --- a/mozilla/webtools/tinderbox3/scripts/Tinderbox3/BonsaiColumns.pm +++ b/mozilla/webtools/tinderbox3/scripts/Tinderbox3/BonsaiColumns.pm @@ -73,13 +73,14 @@ sub cell { my $who_email = $event->{who}; $who_email =~ s/%/\@/g; my $checkin_date_str = time2str('%D %H:%M', $event->{checkin_date}); + my $bonsai_url = $this->build_bonsai_url($event->{checkin_date} - 7*60, $event->{checkin_date}, $event->{who}); my $popup_str = <$who_email
-View Checkin (+$event->{size_plus}/-$event->{size_minus}) $checkin_date_str
+View Checkin (+$event->{size_plus}/-$event->{size_minus}) $checkin_date_str
$event->{description} EOM - $str .= "$who "; + $str .= "$who "; } } else { $str = ""; diff --git a/mozilla/webtools/tinderbox3/server/Tinderbox3/BonsaiColumns.pm b/mozilla/webtools/tinderbox3/server/Tinderbox3/BonsaiColumns.pm index 5a53444a5dd..7346ce8f912 100644 --- a/mozilla/webtools/tinderbox3/server/Tinderbox3/BonsaiColumns.pm +++ b/mozilla/webtools/tinderbox3/server/Tinderbox3/BonsaiColumns.pm @@ -73,13 +73,14 @@ sub cell { my $who_email = $event->{who}; $who_email =~ s/%/\@/g; my $checkin_date_str = time2str('%D %H:%M', $event->{checkin_date}); + my $bonsai_url = $this->build_bonsai_url($event->{checkin_date} - 7*60, $event->{checkin_date}, $event->{who}); my $popup_str = <$who_email
-View Checkin (+$event->{size_plus}/-$event->{size_minus}) $checkin_date_str
+View Checkin (+$event->{size_plus}/-$event->{size_minus}) $checkin_date_str
$event->{description} EOM - $str .= "$who "; + $str .= "$who "; } } else { $str = "";