diff options
author | msquare <msquare@notrademark.de> | 2017-12-29 13:12:56 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-29 13:12:56 +0100 |
commit | 3993e553d1649ec01d49d9640547cd19392d3f9e (patch) | |
tree | 5e7f62048d532657cd22f453e442e48837d54084 /includes/view/User_view.php | |
parent | b59d17918eac02e607ca6ca5919dfe96ee1bbfd3 (diff) |
small improvements of user view
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r-- | includes/view/User_view.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index 8d47dc47..71bee3a0 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -419,6 +419,10 @@ function User_view_myshifts($shifts, $user_source, $its_me, $tshirt_score, $tshi $timesum += ($shift['end'] - $shift['start']); } } + + if($user_source['force_active']) { + $myshifts_table[] = success(_('You have done enough to get a t-shirt.'), true); + } if (count($myshifts_table) > 0) { $myshifts_table[] = [ |