X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/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..e15797767 --- /dev/null +++ b/templates/webpages/part/_makemodel.html @@ -0,0 +1,43 @@ +[%- USE T8 %] +[%- USE L %] +[%- USE P %] +[%- USE HTML %] +[%- USE LxERP %] + + + + + + + + + + + + + + + + + + + [% SET listrow = 0 %] + [%- FOREACH makemodel = SELF.part.makemodels %] + [% listrow = listrow + 1 %] + [% PROCESS 'part/_makemodel_row.html' makemodel=makemodel listrow=listrow %] + [%- END %] + + + + + + + + + + + +
[%- LxERP.t8('delete item') %][% 'position' | $T8 %][%- LxERP.t8('reorder item') %][% 'Vendor Number' | $T8 %][% 'Vendor' | $T8 %][% 'Model' | $T8 %][% 'Last Cost' | $T8 %][% 'Updated' | $T8 %]
[% 'Vendor' | $T8 %][% P.customer_vendor.picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input", action={commit_one='kivi.Part.add_makemodel_row'}) %][% L.button_tag('kivi.Part.add_makemodel_row()', LxERP.t8('Add')) %]
+ + + [% L.sortable_element('#makemodel_rows') %]