X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/257c66781231ccace0a43539779c2cb17324e7b1..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/gl/form_footer.html diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index 48ad9952c..b5769bd44 100644 --- a/templates/webpages/gl/form_footer.html +++ b/templates/webpages/gl/form_footer.html @@ -2,51 +2,43 @@ [%- 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 %] - - - -