X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fpart%2F_part_picker_result.html;h=677e772dbea007fb11fe1e4cb07303ae20b5ef93;hb=9cd5c461ba9556b2da3db71303930b6e41aa1dba;hp=c6a8143352869ee769f67bc3b10e8065e8bf707f;hpb=5cec90adf75c31ded8818f1348341563133daec7;p=kivitendo-erp.git diff --git a/templates/webpages/part/_part_picker_result.html b/templates/webpages/part/_part_picker_result.html index c6a814335..677e772db 100644 --- a/templates/webpages/part/_part_picker_result.html +++ b/templates/webpages/part/_part_picker_result.html @@ -1,40 +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') %] +[% FOREACH part = SELF.parts %] + [% PROCESS part_block %] +[% END %] + +
- +[% L.paginate_controls(target='#part_picker_result', selector='#part_picker_result', models=SELF.models) %]