X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9eb765a5e78cea60962849c8bf0879da85adeff1..2ac999504a:/templates/webpages/order/tabs/_row.html diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index ce6e94fa2..f000ba6fd 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -2,16 +2,16 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] - - - + + [%- IF MYCONFIG.show_form_details %] - [% L.img_tag(src="image/collapse3.gif", + [% L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide details'), title=LxERP.t8('Hide details'), class="expand") %] [%- ELSE %] - [% L.img_tag(src="image/expand3.gif", + [% L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand") %] [%- END %] [% L.hidden_tag("orderitem_ids[+]", ID) %] @@ -35,8 +35,12 @@
[% HTML.escape(ITEM.part.partnumber) %]
- [% L.input_tag("order.orderitems[].description", +
[% ITEM.part.presenter.typeclass_abbreviation %]
+ + + [% L.areainput_tag("order.orderitems[].description", ITEM.description, + size='40', style='width: 300px') %] [%- L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L")) %] @@ -107,7 +111,7 @@ - + [%- IF MYCONFIG.show_form_details %]