diff options
author | Philip Häusler <msquare@notrademark.de> | 2015-08-14 12:32:54 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2015-08-14 12:32:54 +0200 |
commit | 41280a17f5a51030c158b30db88aa22aae94e282 (patch) | |
tree | ca55d97f1d5c0d0381997ed6058b82519d7af72b /includes | |
parent | 42150cc6e9acdeba2c2b39dbde3fa69c69a29e49 (diff) |
added hint about nightshifts
Diffstat (limited to 'includes')
-rw-r--r-- | includes/view/User_view.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index eb46b55c..233fec52 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -223,6 +223,7 @@ function User_view($user_source, $admin_user_privilege, $freeloader, $user_angel 'comment' => _("Comment"), 'actions' => _("Action") ), $myshifts_table) : '', + $its_me ? info(glyph('info-sign') . _("Your night shifts between 2 and 8 am count twice."), true) : '', $its_me && count($shifts) == 0 ? error(sprintf(_("Go to the <a href=\"%s\">shifts table</a> to sign yourself up for some shifts."), page_link_to('user_shifts')), true) : '' )); } |