|
|
|
@ -420,6 +420,10 @@ function User_view_myshifts($shifts, $user_source, $its_me, $tshirt_score, $tshi
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if($user_source['force_active']) {
|
|
|
|
|
|
|
|
$myshifts_table[] = success(_('You have done enough to get a t-shirt.'), true);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (count($myshifts_table) > 0) {
|
|
|
|
if (count($myshifts_table) > 0) {
|
|
|
|
$myshifts_table[] = [
|
|
|
|
$myshifts_table[] = [
|
|
|
|
'date' => '<b>' . _('Sum:') . '</b>',
|
|
|
|
'date' => '<b>' . _('Sum:') . '</b>',
|
|
|
|
|