X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..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 60337a535..000000000 --- a/templates/webpages/drafts/load.html +++ /dev/null @@ -1,47 +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) %]
-
- - - -
- -