X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_footer.html;h=b2732a7ce61326b2d8d57fa69348483afb5d667e;hb=a1a1263bff85923b68be47848cd9441dfdba7fb1;hp=9e751783bae1db901ad5fe8b5a56b25a5259a75f;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html index 9e751783b..b2732a7ce 100644 --- a/templates/webpages/ir/form_footer.html +++ b/templates/webpages/ir/form_footer.html @@ -51,12 +51,12 @@ [% SET total_ref = item _ '_total' %] [% SET netto_ref = item _ '_netto' %] - Enthaltene [% $description_ref | html %] [% $rate_ref * 100 %]% + [% 'Including' | $T8 %] [% $description_ref | html %] [% $rate_ref * 100 %]% [% LxERP.format_amount($total_ref, 2) %] [%- IF taxincluded %] - Nettobetrag + [% 'Net amount' | $T8 %] [% LxERP.format_amount($netto_ref, 2) %] [%- END %] @@ -73,7 +73,7 @@ -[% PROCESS 'webdav/_list.thml' %] +[% PROCESS 'webdav/_list.html' %] [% PROCESS 'ir/_payments.html' %] @@ -116,7 +116,9 @@ [%#- button for saving history %] - + [% IF INSTANCE_CONF.get_ir_show_mark_as_paid %] + + [% END %] [% END %] @@ -127,6 +129,4 @@ - -