X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b9889576a1229f41edc2c1daf9b649d97fb7fd2e..feeb3fc8352:/templates/webpages/part/test_page.html
diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html
index f5458096d..fb7853f3f 100644
--- a/templates/webpages/part/test_page.html
+++ b/templates/webpages/part/test_page.html
@@ -1,34 +1,53 @@
[% USE L %]
+[% USE P %]
+With multi select popup
+[% P.part.picker('part_id8', undef, multiple=1) %]
-Ina span:
-Leading text: [% L.part_picker('p1', undef, type='part,service') %] and text after with spacing
-Leading text:[% L.part_picker('p2', undef, type='part,service') %]and text after without spacing
-
Leading text: [% L.part_picker('p3', undef, type='part,service') %] and text after with spacing with div
-
Leading text:[% L.part_picker('p4', undef, type='part,service') %]and text after with spacing with div
+
Styling
-Picker + input next to each other: [% L.part_picker('p5', undef, type='part,service', width="100%") %]
+In a span:
+Leading text: [% P.part.picker('p1', undef, part_type='part,service') %] and text after with spacing
+Leading text:[% P.part.picker('p2', undef, part_type='part,service') %]and text after without spacing
+
Leading text: [% P.part.picker('p3', undef, part_type='part,service') %] and text after with spacing with div
+
Leading text:[% P.part.picker('p4', undef, part_type='part,service') %]and text after with spacing with div