X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_row.html;h=3e45adc2e7c04e96128e6f6d5b9ff8f44bf3eb5e;hb=164c1f98afc215230d131828337a963fbe8c7527;hp=88888e9db2c0b85db2bf27d95add9114758d9220;hpb=28a7a5397bb2363fe72f9f43759d429535e29391;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index 88888e9db..3e45adc2e 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -3,10 +3,17 @@ [%- USE LxERP %] [%- USE L %] - + - - + + + [%- IF MYCONFIG.show_form_details %] + [% L.img_tag(src="image/collapse3.gif", + alt=LxERP.t8('Hide details'), title=LxERP.t8('Hide details'), class="expand") %] + [%- ELSE %] + [% L.img_tag(src="image/expand3.gif", + alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand") %] + [%- END %] [% L.hidden_tag("orderitem_ids[+]", ID) %] [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ID) %] [% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %] @@ -100,11 +107,17 @@ - + -
- [%- LxERP.t8("Loading...") %] -
+ [%- IF MYCONFIG.show_form_details %] +
+ [%- PROCESS order/tabs/_second_row.html ITEM=ITEM %] +
+ [%- ELSE %] +
+ [%- LxERP.t8("Loading...") %] +
+ [%- END %]