X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d1123673cfe71c596e4518f8fd1f93916010717d..750ac970f34b91bea202a177f9bd07e77476049d:/templates/webpages/gl/form_footer.html diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html new file mode 100644 index 000000000..48ad9952c --- /dev/null +++ b/templates/webpages/gl/form_footer.html @@ -0,0 +1,52 @@ +[%- USE HTML %] +[%- USE LxERP %] +[%- USE T8 %] +[%- USE L %] +
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]
+[%- END %] + +[% L.checkbox_tag('remove_draft', checked=remove_draft, label=LxERP.t8('Remove Draft')) %]
+ [%- END %] + + [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] + [% L.submit_tag('action', LxERP.t8('Post')) %] + [% L.submit_tag('action', LxERP.t8('Save Draft')) %] + [% L.hidden_tag('draft_id', draft_id) %] + [% L.hidden_tag('draft_description', draft_description) %] +[%- END %] + + + +