X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f2893dcf199d5e5147cc2020c2ab6984f4274dc..1a0c73d30bcd5d1ceeeef5f84d94de466abf6fcc:/templates/webpages/oe/form_footer.html diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html index 7beb4076f..cb449faa1 100644 --- a/templates/webpages/oe/form_footer.html +++ b/templates/webpages/oe/form_footer.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %]
| [%- LxERP.t8('Periodic Invoices') %] | ++ [% L.button_tag("edit_periodic_invoices_config(); return false;", LxERP.t8('Configure')) %] + ([% HTML.escape(periodic_invoices_status) %]) + [% L.hidden_tag("periodic_invoices_config", periodic_invoices_config) %] + | +||
|---|---|---|---|
| [% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due_follow_ups) %] | @@ -40,16 +53,19 @@|||
| [% 'Ertrag' | $T8 %] | -[% LxERP.format_amount(marge_total, 2) %] | ++ [% LxERP.format_amount(marge_total, 2) %] + + | |
| [% 'Ertrag prozentual' | $T8 %] | -[% LxERP.format_amount(marge_percent, 2) %] | ++ [% LxERP.format_amount(marge_percent, 2) %] + + | % |