]> wagnertech.de Git - timetracker.git/commitdiff
Initial release of subgroups for testing. Some issues remain, but the functionality...
authorNik Okuntseff <support@anuko.com>
Thu, 13 Dec 2018 21:14:03 +0000 (21:14 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 13 Dec 2018 21:14:18 +0000 (21:14 +0000)
WEB-INF/config.php.dist
WEB-INF/templates/footer.tpl
WEB-INF/templates/group_edit.tpl
WEB-INF/templates/header.tpl

index 17b4d087d3bbf4a1061d8fb43b89cbf74bcb791f..d8bfe0c103d256c0f93f77b2726ba36cc7c06268 100644 (file)
@@ -197,6 +197,3 @@ define('AUTH_MODULE', 'db');
 
 // 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);
index f550c35f55ab8bd169a838d68156864fdf4b1582..627a23317f76c4c8acc2657a18c447ea418096d5 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.30.4650 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.31.4651 | Copyright &copy; <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>
index bb83d3a3eae75e934d2c5d05a96bc509a1fb4a7a..0565d763e89a5feb92da3ced40538deac85f04ba 100644 (file)
@@ -26,14 +26,12 @@ function handleTaskRequiredCheckbox() {
     <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>
index 546fffaa191f006de6aeb3150dfdf916afb80a7f..8555447b587f870c904865b5d78e7e85cc4c37fc 100644 (file)
     {if $user->can('manage_basic_settings')}
             <a class="systemMenu" href="group_edit.php">{$i18n.menu.group}</a> &middot;
     {/if}
-{if isTrue($smarty.const.SUBGROUP_DEBUG)}
     {if $user->can('manage_subgroups')}
             <a class="systemMenu" href="groups.php">{$i18n.menu.subgroups}</a> &middot;
     {/if}
-{/if}
     {if $user->can('manage_features')}
             <a class="systemMenu" href="plugins.php">{$i18n.menu.plugins}</a> &middot;
     {/if}