X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=d283e6cac0b891740995af0df46c98ed8fcb0cce;hb=061f4d6d32ed95055114582ede45e8387b302a53;hp=cae8d17f8f723d0fa63a540e7978dfe6c7c0044c;hpb=5e85b3263587809713a24e2cfe832940c60d2c3c;p=kivitendo-erp.git diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index cae8d17f8..d283e6cac 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -5,40 +5,28 @@ [%# L.dump(SELF.parts) %] -[% FOREACH part = SELF.parts %] - [% PROCESS part_block %] -[% END %] - -[%- BLOCK part_block %] -
+[% BLOCK part_block %] +
- - [% part.partnumber | html %] - [% part.description | html %] + + + [% part.partnumber | html %] + [% part.description | html %]
- [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %] + [% 'Sellprice' | $T8 %]: [% part.sellprice_as_number | html %]
[%- END %] -
- -[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result') %] -