]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/time.tpl
More work in progress on attachment delete.
[timetracker.git] / WEB-INF / templates / time.tpl
index a181b912e80ec116773056f078d6e4176baa66bf..e0418eeb660a5dbb2002682d23a819a1172bb850 100644 (file)
           <td align="right">{$i18n.label.duration}:</td>
           <td>{$forms.timeRecordForm.duration.control}&nbsp;{if $user->getDecimalMark() == ','}{str_replace('.', ',', $i18n.form.time.duration_format)}{else}{$i18n.form.time.duration_format}{/if}</td>
         </tr>
+{/if}
+{if $template_dropdown}
+        <tr>
+          <td align="right">{$i18n.label.template}:</td>
+          <td>{$forms.timeRecordForm.template.control}</td>
+        </tr>
 {/if}
       </table>
     </td>