X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a64a8d017c37bec34585e0c345a0c139ac3b43a0..5d4953bb5ec09e6e79a114c71f53f410c6064f2e:/WEB-INF/templates/timesheet_edit.tpl
diff --git a/WEB-INF/templates/timesheet_edit.tpl b/WEB-INF/templates/timesheet_edit.tpl
new file mode 100644
index 00000000..500bb55b
--- /dev/null
+++ b/WEB-INF/templates/timesheet_edit.tpl
@@ -0,0 +1,33 @@
+{$forms.timesheetForm.open}
+
+
+
+
+
+ | {$i18n.label.thing_name} (*): |
+ {$forms.timesheetForm.timesheet_name.control} |
+
+
+ | {$i18n.label.comment}: |
+ {$forms.timesheetForm.comment.control} |
+
+
+ | {$i18n.label.status}: |
+ {$forms.timesheetForm.status.control} |
+
+
+ |
+ {$i18n.label.required_fields} |
+
+
+ |
+ |
+
+
+ | {$forms.timesheetForm.btn_save.control} |
+
+
+ |
+
+
+{$forms.timesheetForm.close}