]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/time_edit.tpl
Started to use different icons on time.php page for records with attached files.
[timetracker.git] / WEB-INF / templates / time_edit.tpl
index bc563e9eafbb739050817f084897d218b4f4a3eb..66778e17d40d405f0646cf3ca492b0637fe3f59e 100644 (file)
@@ -77,6 +77,12 @@ function confirmSave() {
       <td align="right">{$i18n.label.date}:</td>
       <td>{$forms.timeRecordForm.date.control}</td>
     </tr>
+{if $template_dropdown}
+    <tr>
+      <td align="right">{$i18n.label.template}:</td>
+      <td>{$forms.timeRecordForm.template.control}</td>
+    </tr>
+{/if}
     <tr>
       <td align="right">{$i18n.label.note}:</td>
       <td>{$forms.timeRecordForm.note.control}</td>