X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6285b05294e087d5235ecbbcba7795b65df66718..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57ef7750..11dfbf609 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,15 +1,18 @@ [% USE LxERP %][% USE HTML %][% USE L %] - - -
[% title %]
+

[% title %]

- + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -20,9 +23,14 @@ [%- FOREACH item = ITEM_LIST %] - + [%- IF myconfig_item_multiselect %] + + [%- ELSE %] + + [%- END %] + [%- IF IS_PURCHASE %] @@ -41,5 +49,22 @@ [% L.submit_tag('action', LxERP.t8('Continue')) %] - - + +[%- IF myconfig_item_multiselect %] + +[%- END %]
 [% LxERP.t8('Qty') %] [% LxERP.t8('Number') %] [% LxERP.t8('Part Description') %][% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %][% LxERP.t8('ROP') %]
[% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %][% HTML.escape(item.partnumber) %] [% HTML.escape(item.description) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %][% LxERP.format_amount(item.rop, '') %]