X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65e51d8ee11d5f8110ccf9d1d46f6c282464576c..HEAD:/templates/webpages/part/test_page.html diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index e1ef28c11..00afb7c3a 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -32,6 +32,10 @@ Artikel-Status: Ungültig
[% P.part.picker('part_id17', undef, status="obsolete") %]
Artikel-Status: Alle
[% P.part.picker('part_id18', undef, status="all") %]
+Nicht bestellbare Artikel:
+[% P.part.picker('part_id19', undef, order_locked=1) %]
+Bestellbare Artikel:
+[% P.part.picker('part_id19', undef, not_order_locked=1) %]

Pre-filled:
[% P.part.picker('part_id6', pre_filled_part) %]
@@ -50,8 +54,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