X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2Ftest_page.html;h=0101db1e5756f3e2c14cc8da4259d4bf0d6c622c;hb=1268bf670c06f5a66ad78a75e41ad6c15061d9bc;hp=e1ef28c11ebb8c4d82bceaca065fe7a1b579dda6;hpb=65e51d8ee11d5f8110ccf9d1d46f6c282464576c;p=kivitendo-erp.git diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index e1ef28c11..0101db1e5 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -50,8 +50,8 @@ All parts including make models of all vendors with multi select popup:
All parts including customer partnumbers of all customers:
[% P.part.picker('part_id23', undef, with_customer_partnumber=1) %]

-single select dialog for glass-popup-button; multi select with extra button:
-[% P.part.picker('part_id31', undef, multiple=0) %] +single select dialog for glass-popup-button; multi select with extra button (and limited to 5 results):
+[% P.part.picker('part_id31', undef, multiple=0, multiple_limit=5) %] [% L.button_tag('$("#part_id31").data("part_picker").o.multiple=1; $("#part_id31").data("part_picker").open_dialog()', 'Add multiple items') %]

Styling