X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2Ftest_page.html;h=f5458096ddbb685a3daabb68ace617ac5bf9e4bb;hb=fb1a574bce8ee7a490206e97daea76dcf214c6db;hp=3d285185e8b8741b4667cbe87f2c8f3e4a229d53;hpb=2504ebe1552b488aa48999535963cc0e6bc3d4ae;p=kivitendo-erp.git diff --git a/templates/webpages/part/test_page.html b/templates/webpages/part/test_page.html index 3d285185e..f5458096d 100644 --- a/templates/webpages/part/test_page.html +++ b/templates/webpages/part/test_page.html @@ -1,11 +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%") %] + +
[% L.part_picker('p6', undef, type='part,service', style="width:500px") %] 500px width
+
[% L.part_picker('p7', undef, type='part,service', style="width:200px") %] 200px width
+
[% L.part_picker('p8', undef, type='part,service', style="height:40px") %] 40px height
+ + +[%# FOREACH i IN 1..50 %] +[%# L.part_picker('part_id_' _ i) %]
+[%# END %] + +

In tables

+ +

No classes:

+ + + + + + + + + + +
Part picker in table heading[% L.part_picker('p9', undef, type='part,service') %]
Part picker in table cell[% L.part_picker('p10', undef, type='part,service') %]
+ +

With classes:

+ + + + + + + + + + +
Part picker in table heading[% L.part_picker('p11', undef, type='part,service') %]
Part picker in table cell[% L.part_picker('p12', undef, type='part,service') %]