X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 9252b45fc..11dfbf609 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -5,7 +5,11 @@
| + [%- IF myconfig_item_multiselect %] + | [% LxERP.t8('Qty') %] | + [%- ELSE %] ++ [%- END %] | [% LxERP.t8('Number') %] | [% LxERP.t8('Part Description') %] | [% LxERP.t8('Other Matches') %] | @@ -19,7 +23,11 @@ [%- FOREACH item = ITEM_LIST %]
|---|---|---|---|---|---|
| + [%- IF myconfig_item_multiselect %] + | [% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %] | + [%- ELSE %] ++ [%- END %] | [% HTML.escape(item.partnumber) %] | [% HTML.escape(item.description) %] | [% HTML.escape(item.matches).join(' ') %] |
@@ -41,3 +49,22 @@
[% L.submit_tag('action', LxERP.t8('Continue')) %]
+
+[%- IF myconfig_item_multiselect %]
+
+[%- END %]