X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/drafts/load.html diff --git a/templates/webpages/drafts/load.html b/templates/webpages/drafts/load.html deleted file mode 100644 index 87af688ba..000000000 --- a/templates/webpages/drafts/load.html +++ /dev/null @@ -1,51 +0,0 @@ -[%- USE T8 %] -[%- USE HTML %] - -
- - - - - - - - - - - - - - - - - - - - -
[% 'Load draft' | $T8 %]
- [% 'The following drafts have been saved and can be loaded.' | $T8 %] -
- - - - - - - - - [% FOREACH row = DRAFTS %] - - - - - - - [% END %] -
 [% 'Date' | $T8 %][% 'Description' | $T8 %][% 'Employee' | $T8 %]
[% HTML.escape(row.itime) %][% HTML.escape(row.description) %][% HTML.escape(row.employee_name) %]
-
- - - -
- -