X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2504ebe1552b488aa48999535963cc0e6bc3d4ae..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/part/_part_picker_result.html diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index 0e6524380..d283e6cac 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -5,39 +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') %] -