X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed667cac4097e2f2e62c7dd440eb0977da53b339..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/gl/form_footer.html
diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html
index 054aa5a85..b5769bd44 100644
--- a/templates/webpages/gl/form_footer.html
+++ b/templates/webpages/gl/form_footer.html
@@ -2,45 +2,43 @@
[%- USE LxERP %]
[%- USE T8 %]
[%- USE L %]
-
- | [% LxERP.format_amount(totaldebit, 2) | html %] |
- [% LxERP.format_amount(totalcredit, 2) | html %] |
- |
+
+ | [% LxERP.format_amount(totaldebit, 2) | html %] |
+ [% LxERP.format_amount(totalcredit, 2) | html %] |
+ |
+
+
+
+
+[% PROCESS 'webdav/_list.html' %]
+
+
+
+
[%- IF id && follow_ups.size %]
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size , follow_ups_due) %]
[%- END %]
-
-
-
-[%- IF id %]
- [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %]
-
- [% IF !locked && radieren %]
- [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %]
- [% L.submit_tag('action', LxERP.t8('Delete')) %]
- [%- END %]
-
- [%- IF !storno %]
- [% L.submit_tag('action', LxERP.t8('Storno')) %]
+
+
+