X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53d15b75d74b5db63bd41be18be774ecd26d9451..13fb6d811d39a8af7144451ada59f2f7d4eb491a:/templates/webpages/part/_makemodel.html diff --git a/templates/webpages/part/_makemodel.html b/templates/webpages/part/_makemodel.html new file mode 100644 index 000000000..8822aba0d --- /dev/null +++ b/templates/webpages/part/_makemodel.html @@ -0,0 +1,50 @@ +[%- USE T8 %] +[%- USE L %] +[%- USE HTML %] +[%- USE LxERP %] +
![]() |
+ [% 'position' | $T8 %] | +![]() |
+ [% 'Vendor Number' | $T8 %] | +[% 'Vendor' | $T8 %] | +[% 'Model' | $T8 %] | +[% 'Last Cost' | $T8 %] | +[% 'Updated' | $T8 %] | + + + [% SET listrow = 0 %] + [%- FOREACH makemodel = SELF.part.makemodels %] + [% listrow = listrow + 1 %] + [% PROCESS 'part/_makemodel_row.html' makemodel=makemodel listrow=listrow %] + [%- END %] + + +
|---|---|---|---|---|---|
| + | + | + | [% 'Vendor' | $T8 %] | +[% L.customer_vendor_picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input") %] | +[% L.button_tag('kivi.Part.add_makemodel_row()', LxERP.t8('Add')) %] | +