X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9be50d3a150fde70377e0f10bc25d10cd155557b..c0ed7d2fa:/templates/webpages/part/test_page.html
diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html
index 202b5d3cd..f5458096d 100644
--- a/templates/webpages/part/test_page.html
+++ b/templates/webpages/part/test_page.html
@@ -1,13 +1,60 @@
[% USE L %]
-
Waren Picker Testpage
+
Part Picker Testpage
Alle:
-[% L.part_picker('part_id') %]
+[% L.part_picker('part_id') %] text
Nur Waren:
[% L.part_picker('part_id2', undef, type='part') %]
Nur Dienstleistungen:
[% L.part_picker('part_id3', undef, type='service') %]
Waren und Dienstleistungen:
[% L.part_picker('part_id4', undef, type='part,service') %]
+
+
Styling
+
+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
+
+Picker + input next to each other: [% L.part_picker('p5', undef, type='part,service', width="100%") %]
+
+