<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.37.4756 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.37.4757 | 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>
// Add timesheet assignment selector.
$showTimesheet = $user->isPluginEnabled('ts') &&
- ($user->can('view_own_timesheets') || $user->can('manage_own_timesheets') ||
- $user->can('view_timesheets') || $user->can('manage_timesheets') || $user->can('approve_timesheets'));
+ ($user->can('view_own_timesheets') || $user->can('view_timesheets') ||
+ $user->can('view_all_timesheets') || $user->can('view_client_timesheets'));
if ($showTimesheet) {
$form->addInput(array('type'=>'combobox',
'name'=>'timesheet',