X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3d8256b2b6553eeb8366b3c5f905df24e7beec6e..294895b702e4c5cb5bfc87292c464bed201f296b:/WEB-INF/templates/time_edit.tpl
diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl
index 9a13d4c5..1d346bba 100644
--- a/WEB-INF/templates/time_edit.tpl
+++ b/WEB-INF/templates/time_edit.tpl
@@ -20,6 +20,12 @@
|
{/if}
+{if ($user->canManageTeam() && $user->isPluginEnabled('ps'))}
+
+ | |
+ |
+
+{/if}
{if ($custom_fields && $custom_fields->fields[0])}
| {$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}: | {$forms.timeRecordForm.cf_1.control} |
@@ -33,7 +39,7 @@
{/if}
{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
- | {$i18n.label.task}: |
+ {$i18n.label.task}{if $user->task_required} (*){/if}: |
{$forms.timeRecordForm.task.control} |
{/if}