X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/da39950fb8192f48ad40f6777ff3c5cd52459bcd..3262206d3cda17048d2010de8dec165c8f5bf052:/time.php diff --git a/time.php b/time.php index 8dbffecf..7252f476 100644 --- a/time.php +++ b/time.php @@ -93,6 +93,7 @@ if ($user->isPluginEnabled('mq')){ $minutes_left = $month_quota_minutes - $month_total_minutes; $smarty->assign('month_total', $month_total); + $smarty->assign('month_quota', ttTimeHelper::toAbsDuration($month_quota_minutes)); $smarty->assign('over_balance', $balance_left < 0); $smarty->assign('balance_remaining', ttTimeHelper::toAbsDuration($balance_left)); $smarty->assign('over_quota', $minutes_left < 0);