X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Flist.html;h=d2f4748b166be8c49e2361a59a49a2155c2b1429;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=3213be203501f5ddf84d0611906da652dd348ad1;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index 3213be203..d2f4748b1 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -1,8 +1,5 @@ [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] - - - -
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] @@ -16,9 +13,10 @@ - + + @@ -28,13 +26,14 @@ [%- FOREACH payment_term = PAYMENT_TERMS %] - + + @@ -50,4 +49,3 @@ [% L.sortable_element('#payment_term_list tbody', url => 'controller.pl?action=PaymentTerm/reorder', with => 'payment_term_id') %] -
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- 'Description' | $T8 %] [%- 'Long Description' | $T8 %][% 'Automatic date calculation' | $T8 %] [%- 'Netto Terms' | $T8 %] [%- 'Skonto Terms' | $T8 %] [%- 'Skonto' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(payment_term.description) %] [%- HTML.escape(payment_term.description_long) %][% IF payment_term.auto_calculation %][% LxERP.t8("yes") %][% ELSE %][% LxERP.t8("no") %][% END %] [%- HTML.escape(payment_term.terms_netto_as_number) %] [%- HTML.escape(payment_term.terms_skonto_as_number) %] [%- HTML.escape(payment_term.percent_skonto_as_percent) %] %