// Height in pixels for the note input field in time.php. Defaults to 40.
// define('NOTE_INPUT_HEIGHT', 100);
-
-// A temporary config option while development of subgroup support is ongoing. To be removed later.
-// define('SUBGROUP_DEBUG', false);
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.30.4650 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.31.4651 | 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>
<tr>
<td>
<table cellspacing="1" cellpadding="2" border="0">
-{if isTrue($smarty.const.SUBGROUP_DEBUG)}
{if $user->can('manage_subgroups') && $group_dropdown}
<tr>
<td align="right" nowrap>{$i18n.label.group}:</td>
<td>{$forms.groupForm.group.control}</td>
</tr>
{/if}
-{/if}
{if $user->can('manage_basic_settings')}
<tr>
<td align="right" nowrap>{$i18n.label.group_name} (*):</td>
{if $user->can('manage_basic_settings')}
<a class="systemMenu" href="group_edit.php">{$i18n.menu.group}</a> ·
{/if}
-{if isTrue($smarty.const.SUBGROUP_DEBUG)}
{if $user->can('manage_subgroups')}
<a class="systemMenu" href="groups.php">{$i18n.menu.subgroups}</a> ·
{/if}
-{/if}
{if $user->can('manage_features')}
<a class="systemMenu" href="plugins.php">{$i18n.menu.plugins}</a> ·
{/if}