X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3a1b684b14006df369bac9f91a942fd3fd3e40dd..feeb3fc8352:/templates/webpages/part/test_page.html
diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html
index 64d956c2f..fb7853f3f 100644
--- a/templates/webpages/part/test_page.html
+++ b/templates/webpages/part/test_page.html
@@ -1,49 +1,53 @@
[% USE L %]
+[% USE P %]
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
+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
-Picker + input next to each other: [% L.part_picker('p5', undef, part_type='part,service', width="100%") %]
+Picker + input next to each other: [% P.part.picker('p5', undef, part_type='part,service', width="100%") %]
-