X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bbe298f0358adb884fed753eff67967c09338740..a910619e4c9c90063f5d6a17e51a8da9eadc1ac0:/templates/webpages/drafts/form.html diff --git a/templates/webpages/drafts/form.html b/templates/webpages/drafts/form.html index 031b0a17c..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 %]