X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62726dfdf4f763efa65c25fcfe8658d98649c8a8..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/drafts/form.html
diff --git a/templates/webpages/drafts/form.html b/templates/webpages/drafts/form.html
index f3cedf8cc..1036de690 100644
--- a/templates/webpages/drafts/form.html
+++ b/templates/webpages/drafts/form.html
@@ -3,7 +3,7 @@
[%- USE LxERP %]
[%- USE HTML %]
-[% PROCESS 'common/flash.html' %]
+[% INCLUDE 'common/flash.html' %]
[%- IF FORM.id %]
[% 'Update this draft.' | $T8 %]
@@ -12,7 +12,7 @@
[%- END %]
[% L.hidden_tag('', FORM.id, id='new_draft_id') %]
-[% 'Description' | $T8 %]:
+[% 'Description' | $T8 %]: [% L.input_tag('new_draft_description', FORM.description) %]
[% L.button_tag('kivi.Draft.save("' _ HTML.escape(SELF.module) _ '", "' _ HTML.escape(SELF.submodule) _ '")', LxERP.t8('Save draft')) %]
[%- IF drafts_list.size %]
@@ -24,7 +24,6 @@
| [% 'Date' | $T8 %] |
[% 'Description' | $T8 %] |
- [% 'Employee' | $T8 %] |
[% FOREACH row = drafts_list %]
@@ -37,10 +36,8 @@
[% L.link(SELF.url_for(action='load',id=row.id), row.description) %]
[%- END %]
- [% row.employee_name | html %] |
[% L.html_tag('span', LxERP.t8('Delete'), class='cursor-pointer interact', onclick="kivi.Draft.delete('" _ row.id _ "')") %] |
[% END %]
[%- END %]
-