X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdrafts%2Fform.html;h=1036de690ac2e206a3f0c1f5dc3b8a77ad183c8b;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=f3cedf8cc6827294c120568050297c3873c3cc46;hpb=62726dfdf4f763efa65c25fcfe8658d98649c8a8;p=kivitendo-erp.git 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 %] -