X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8b967d776ba780cb8b29e3de4ddec4ae4f88ccf4..862bc8ce30cd40b67d2856ac7f1d11d5e4322f09:/templates/webpages/part/test_page.html
diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html
index 38cd2fa4f..e3999b0fc 100644
--- a/templates/webpages/part/test_page.html
+++ b/templates/webpages/part/test_page.html
@@ -6,27 +6,29 @@
Alle:
[% L.part_picker('part_id') %] text
Nur Waren:
-[% L.part_picker('part_id2', undef, type='part') %]
+[% L.part_picker('part_id2', undef, part_type='part') %]
Nur Dienstleistungen:
-[% L.part_picker('part_id3', undef, type='service') %]
+[% L.part_picker('part_id3', undef, part_type='service') %]
Waren und Dienstleistungen:
-[% L.part_picker('part_id4', undef, type='part,service') %]
+[% L.part_picker('part_id4', undef, part_type='part,service') %]
Pre-filled:
[% L.part_picker('part_id5', pre_filled_part) %]
+Convertible unit 'Std': (only select parts with unit Tag/Std/Min)
+[% L.part_picker('part_id6', undef, convertible_unit='Std') %]
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
+In a span:
+Leading text: [% L.part_picker('p1', undef, part_type='part,service') %] and text after with spacing
+Leading text:[% L.part_picker('p2', undef, part_type='part,service') %]and text after without spacing
+
Leading text: [% L.part_picker('p3', undef, part_type='part,service') %] and text after with spacing with div
+
Leading text:[% L.part_picker('p4', undef, part_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%") %]
+Picker + input next to each other: [% L.part_picker('p5', undef, part_type='part,service', width="100%") %]
-