]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/project_edit.tpl
Introduced icons for files, edit, and delete operations.
[timetracker.git] / WEB-INF / templates / project_edit.tpl
index 8faf675cb9f06157c996ed6cfb0fcaad90312d99..2a2364f202cdd921047d6e81810ab0ef8b796686 100644 (file)
           <td align="right">{$i18n.label.status}:</td>
           <td>{$forms.projectForm.status.control}</td>
         </tr>
+{if $show_users}
         <tr><td>&nbsp;</td></tr>
         <tr>
           <td align="right">{$i18n.label.users}:</td>
           <td>{$forms.projectForm.users.control}</td>
         </tr>
-{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
+{/if}
+{if $show_tasks}
         <tr><td>&nbsp;</td></tr>
         <tr>
           <td align="right">{$i18n.label.tasks}:</td>