X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=677e772dbea007fb11fe1e4cb07303ae20b5ef93;hb=9cd5c461ba9556b2da3db71303930b6e41aa1dba;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..677e772db 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,44 +1,30 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] +[%- USE P %] [%- USE LxERP %] [%# 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 %] + [% part.presenter.typeclass_abbreviation %]
[%- END %] -
- -[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result') %] - +[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result', models=SELF.models) %]