PartPicker: in Testseite auch einen vorausgefüllten Picker anzeigen
[kivitendo-erp.git] / templates / webpages / part / test_page.html
1 [% USE L %]
2
3 <h1>Waren Picker Testpage</h1>
4
5 <br>
6 Alle: <br>
7 [% L.part_picker('part_id') %] text<br>
8 Nur Waren: <br>
9 [% L.part_picker('part_id2', undef, type='part') %]<br>
10 Nur Dienstleistungen: <br>
11 [% L.part_picker('part_id3', undef, type='service') %]<br>
12 Waren und Dienstleistungen: <br>
13 [% L.part_picker('part_id4', undef, type='part,service') %]<br>
14
15 Pre-filled:<br>
16 [% L.part_picker('part_id', pre_filled_part) %]<br>
17
18 [%# FOREACH i IN 1..50 %]
19 [%# L.part_picker('part_id_' _ i) %] <br>
20 [%# END %]