<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.35.4680 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.35.4681 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
{/if}
</tr>
<tr>
- <td></td>
+ <td align="left">{$i18n.label.quota}: {$month_quota}</td>
{if $over_quota}
<td align="right">{$i18n.form.time.over_quota}: <span style="color: green;">{$quota_remaining}</span></td>
{else}
$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);