]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/time_edit.tpl
Allowed null tasks in project and tasks tracking mode.
[timetracker.git] / WEB-INF / templates / time_edit.tpl
index c6431d90fafad86d561e227cf9912e6b658aa55e..fd3c1730e150f87be6eaa887ee4722bbd17e041e 100644 (file)
@@ -230,7 +230,7 @@ function setNow(formField) {
 {/if}
 {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
     <tr>
-      <td align="right">{$i18n.label.task} (*):</td>
+      <td align="right">{$i18n.label.task}:</td>
       <td>{$forms.timeRecordForm.task.control}</td>
     </tr>
 {/if}