X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2Fbasic_data.html;h=526e028bf93e314b483d0e72e26700dcb79fab7b;hb=9c87c4860757b4f5bab5c14f8038458c05310589;hp=102d5ed83664169cbf40d96ee9a85276b81eaf26;hpb=e8889e47af38072dc6fcbb4d97e2fdcc30d948d7;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 102d5ed83..526e028bf 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -3,6 +3,8 @@ [%- USE LxERP %] [%- USE L %] +[%- INCLUDE 'generic/set_longdescription.html' %] +
@@ -143,7 +145,7 @@ [%- PROCESS order/tabs/_item_input.html %] - [% L.button_tag('show_multi_items_dialog()', LxERP.t8('Add multiple parts')) %] + [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
@@ -153,24 +155,31 @@
- + - - - + + + + - - + + [%- FOREACH item = SELF.order.items_sorted %] - [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id %] + [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id ALL_PRICE_FACTORS=SELF.all_price_factors %] [%- END %]
+ [%- IF MYCONFIG.show_form_details %] + [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %] + [%- ELSE %] + [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %] + [%- END %] + [%- 'position' | $T8 %] [%- LxERP.t8('reorder item') %] [%- LxERP.t8('delete item') %] [%- 'Partnumber' | $T8 %][%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Partnumber' | $T8 %][%- 'Type' | $T8 %][%- 'Description' | $T8 %] [%- 'Qty' | $T8 %] [%- 'Price Factor' | $T8 %] [%- 'Unit' | $T8 %] [%- 'Price Source' | $T8 %] [%- 'Price' | $T8 %] [%- 'Discount' | $T8 %] [%- 'Price' | $T8 %] [%- 'Discount' | $T8 %] [%- 'Extended' | $T8 %]
@@ -262,329 +271,4 @@
- [% L.sortable_element('#row_table_id') %] - -