X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpayment_term%2Fform.html;h=c371c463c9befc6b934f0c9c71344f67de4ff1d3;hb=9b16f8f89f00a7429f85144527a97d1168ea0000;hp=db7fdb17e3896a391aaf9024df58820597ca6f33;hpb=77807bf531a9c3f945b2de1fc970439be5e95e70;p=kivitendo-erp.git diff --git a/templates/webpages/payment_term/form.html b/templates/webpages/payment_term/form.html index db7fdb17e..c371c463c 100755 --- a/templates/webpages/payment_term/form.html +++ b/templates/webpages/payment_term/form.html @@ -1,7 +1,7 @@ -[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %] +[% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %][%- USE P -%]

[% FORM.title %]

-
+ [%- INCLUDE 'common/flash.html' %] @@ -14,7 +14,7 @@ [%- 'Description' | $T8 %] - + [% P.input_tag("payment_term.description", SELF.payment_term.description, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] @@ -61,11 +61,11 @@ [%- 'Long Description' | $T8 %] - + [% P.input_tag("payment_term.description_long", SELF.payment_term.description_long, size="60", "data-validate"="required", "data-title"=LxERP.t8("Long Description for quotations & orders")) %] - + [% P.input_tag("payment_term.description_long_invoice", SELF.payment_term.description_long_invoice, size="60", "data-validate"="required", "data-title"=LxERP.t8("Long Description for invoices")) %] @@ -83,16 +83,7 @@ [%- END %] -

- - - - [%- IF SELF.payment_term.id %] - - [%- END %] - [%- 'Abort' | $T8 %] -

+ [% P.hidden_tag("id", SELF.payment_term.id) %]