X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/77807bf531a9c3f945b2de1fc970439be5e95e70..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/payment_term/form.html 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) %]